-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
58 lines (58 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: REDCapTidieR
Type: Package
Title: Extract 'REDCap' Databases into Tidy 'Tibble's
Version: 1.2.1
Authors@R: c(
person("Richard", "Hanna", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0005-6496-8154")),
person("Stephan", "Kadauke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2996-8034")),
person("Ezra", "Porter", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4690-8343"))
)
Description: Convert 'REDCap' exports into tidy tables for easy handling of 'REDCap' repeat instruments and event arms.
License: MIT + file LICENSE
URL: https://chop-cgtinformatics.github.io/REDCapTidieR/,
https://github.com/CHOP-CGTInformatics/REDCapTidieR
BugReports: https://github.com/CHOP-CGTInformatics/REDCapTidieR/issues
Depends:
R (>= 3.5.0)
Imports:
checkmate,
cli,
dplyr,
glue,
lobstr,
lubridate,
purrr,
REDCapR (>= 1.2.0),
rlang,
stringi,
stringr,
tibble,
tidyr,
tidyselect,
formattable,
pillar,
vctrs,
readr,
stats,
forcats
Suggests:
covr,
knitr,
labelled,
lintr,
openxlsx2 (>= 0.8),
prettyunits,
rmarkdown,
skimr,
testthat (>= 3.0.0),
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)