-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.2 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
42
43
44
45
Package: redcapfiller
Type: Package
Title: Fill a REDCap Project with Generated Data
Version: 0.1.0.9001
Authors@R: c(
person("Philip", "Chase",
email = "[email protected]",
role = c("aut", "cre"),
comment=c(ORCID = "0000-0002-5318-9420")),
person("Sai Pavan", "Kamma",
email = "[email protected]",
role = "aut",
comment=c(ORCID = "0009-0004-4619-0409")),
person("Laurence", "James-Woodley",
email = "[email protected]",
role = "aut",
comment=c(ORCID = "0000-0002-6418-2742")),
person("Taryn", "Stoffs",
email = "[email protected]",
role = "ctb",
comment=c(ORCID = "0000-0002-0830-8179")),
person("Christopher", "Barnes",
email = "[email protected]",
role = "ctb",
comment=c(ORCID = "0000-0001-7114-1992"))
)
Description: Fill a REDCap project with generated data based on the project design and a minimal set of inputs.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
readr,
rmarkdown,
stringr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
lorem,
purrr,
rlang,
tidyr
RoxygenNote: 7.3.2
VignetteBuilder: knitr