-
Notifications
You must be signed in to change notification settings - Fork 48
/
DESCRIPTION
72 lines (72 loc) · 2.88 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
Package: REDCapR
Title: Interaction Between R and REDCap
Description: Encapsulates functions to streamline calls from R to the REDCap
API. REDCap (Research Electronic Data CAPture) is a web application for
building and managing online surveys and databases developed at Vanderbilt
University. The Application Programming Interface (API) offers an avenue
to access and modify data programmatically, improving the capacity for
literate and reproducible programming.
Version: 1.3.0.9000
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
"[email protected]", comment = c(ORCID = "0000-0002-5613-5006")),
person("David", "Bard", role = "ctb", comment = c(ORCID = "0000-0002-3922-8489")),
person("Thomas", "Wilson", role = "ctb"), person(given="John J",
family="Aponte", role = "ctb", email="[email protected]"),
person("Rollie", "Parrish", role = "ctb", email =
"[email protected]", comment = c(ORCID = "0000-0001-8858-6381")),
person("Benjamin", "Nutter",
role = "ctb"), person("Andrew", "Peters",
role = "ctb", comment = c(ORCID = "0000-0003-2487-1268")), person("Hao", "Zhu",
role = "ctb",
comment = c(ORCID = "0000-0002-3386-6076")), person("Janosch", "Linkersdörfer",
role = "ctb",
comment = c(ORCID = "0000-0002-1577-1233")), person("Jonathan", "Mang",
role = "ctb",
comment = c(ORCID = "0000-0003-0518-4710")), person("Felix", "Torres",
role = "ctb", email = "[email protected]"), person("Philip", "Chase",
role = "ctb", email = "[email protected]",
comment = c(ORCID = "0000-0002-5318-9420")), person("Victor", "Castro",
role = "ctb", email = "[email protected]",
comment = c(ORCID = "0000-0001-7390-6354")), person("Greg", "Botwin",
role = "ctb"), person("Stephan", "Kadauke",
role = "ctb",
comment = c(ORCID = "0000-0003-2996-8034")), person("Ezra", "Porter",
role = "ctb",
comment = c(ORCID = "0000-0002-4690-8343")), person("Matthew", "Schuelke",
role = "ctb", email="[email protected]",
comment = c(ORCID = "0000-0001-5755-1725")))
URL: https://ouhscbbmc.github.io/REDCapR/, https://github.com/OuhscBbmc/REDCapR, https://www.ouhsc.edu/bbmc/, https://projectredcap.org
BugReports: https://github.com/OuhscBbmc/REDCapR/issues
Depends:
R(>= 3.5.0)
Imports:
checkmate (>= 2.0),
dplyr (>= 1.0),
httr (>= 1.4.0),
jsonlite,
magrittr (>= 1.5),
methods,
readr (>= 2.0),
rlang (>= 0.4),
tibble (>= 2.0),
tidyr (>= 1.0)
Suggests:
spelling,
covr (>= 3.4),
DBI (>= 1.1),
kableExtra (>= 1.0),
knitr (>= 1.18),
odbc (>= 1.1.1),
purrr (>= 0.3.4),
rmarkdown (>= 2.0),
sessioninfo (>= 1.1.1),
testthat (>= 3.0),
tidyselect,
yaml
License: MIT + file LICENSE
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Language: en-US