-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
41 lines (41 loc) · 1.05 KB
/
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
38
39
40
41
Package: rddi
Title: R Interface to DDI Codebook 2.5
Version: 0.1.1
Date: 2022-10-14
Authors@R:
c(person(
given = "Daniel",
family = "Woulfin",
role = c("aut", "cre"),
email = "dw2896@nyu.edu",
comment = c(ORCID = "0000-0001-5502-9861")),
person(
given = "Patrick",
family = "Anker",
role = "aut",
email = "psanker@nyu.edu",
comment = c(ORCID = "0000-0003-2302-0445")),
person(
given = "Global TIES for Children",
role = "cph",
comment = "https://steinhardt.nyu.edu/ihdsc/global-ties"))
Description: A direct interface to the underlying XML representation of DDI Codebook 2.5 with flexible API creation.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat,
covr,
knitr,
rmarkdown,
magrittr
Imports:
rlang,
glue,
xml2
VignetteBuilder: knitr
Config/Needs/readme:
rmarkdown