-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
37 lines (37 loc) · 913 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
30
31
32
33
34
35
36
37
Package: DDIwR
Title: DDI with R
Version: 0.18.9
Authors@R: person(
"Adrian", "Dusa",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3525-9253"))
URL: https://github.com/dusadrian/DDIwR
BugReports: https://github.com/dusadrian/DDIwR/issues
Description: Useful functions for various DDI (Data Documentation Initiative)
related inputs and outputs. Converts data files to and from DDI, SPSS,
Stata, SAS, R and Excel, including user declared missing values.
License: GPL (>= 3)
Depends: R (>= 3.5.0)
Imports:
admisc (> 0.36),
base64enc,
declared (> 0.24),
digest,
tools,
xml2,
haven,
readxl,
writexl
Suggests:
knitr,
labelled,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tibble
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3