-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 959 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: fmtsas
Type: Package
Title: Import SAS Formats
Version: 0.1.3
Imports: stringr
Suggests: testthat
Authors@R: c(
person(
"Pierre-Yves", "Berrard",
email = "[email protected]",
role = c("aut", "cre")
),
person(
family = "Institut National de la Statistique et des Études Économiques",
role = "cph"
)
)
Description: Importe dans R les données servant à créer un format SAS (table
ou programme). L'objet créé par l'import est une liste de vecteurs qui
pourra servir à faire des conversions. Le package ne gère pour l'instant que
des formats caractères comportant un nombre défini de modalités.
Language: fr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://inseefrlab.github.io/fmtsas, https://github.com/InseeFrLab/fmtsas
BugReports: https://github.com/InseeFrLab/fmtsas/issues