-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
87 lines (87 loc) · 2.12 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: tidyREDCap
Title: Helper Functions for Working with 'REDCap' Data
Version: 1.1.2
Authors@R:
c(person(
given = "Raymond",
family = "Balise",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9856-5901")
),
person(
given = "Gabriel",
family = "Odom",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1341-4555")
),
person(
given = "Anna",
family = "Calderon",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0139-3841")
),
person(
given = "Layla",
family = "Bouzoubaa",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-6616-0950")
),
person(
given = "Wayne",
family = "DeFreitas",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2584-6278")
),
person(
given = "Lauren",
family = "Nahodyl",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6241-2615")
),
person(
given = "Kyle",
family = "Grealis",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9223-8854")
)
)
Description:
Helper functions for processing 'REDCap' data in R. 'REDCap' is a
web-enabled application for building and managing surveys and databases
developed at Vanderbilt University.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Imports:
cli,
dplyr,
janitor,
labelVector,
magrittr,
purrr,
REDCapR,
rlang,
stringr,
tibble,
tidyr,
tidyselect,
vctrs
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
redcapAPI,
rmarkdown,
skimr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://raymondbalise.github.io/tidyREDCap/index.html
BugReports: https://github.com/RaymondBalise/tidyREDCap/issues
Config/testthat/edition: 3