-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
58 lines (58 loc) · 2.26 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: redcapAPI
Type: Package
Title: Interface to 'REDCap'
Version: 2.10.1
Authors@R: c(
person("Benjamin", "Nutter", email = "benjamin.nutter@gmail.com",
role = c("ctb", "aut")),
person("Shawn", "Garbett", email = "shawn.garbett@vumc.org",
comment = c(ORCID="0000-0003-4079-5621"),
role = c("cre","ctb")),
person("Savannah", "Obregon", role = "ctb"),
person("Thomas", "Obadia", role="ctb"),
person("Marcus", "Lehr", role = "ctb", email = "marcus.j.lehr@gmail.com"),
person("Brian", "High", role="ctb"),
person("Stephen", "Lane", role = "ctb"),
person("Will", "Beasley", role = "ctb"),
person("Will", "Gray", role = "ctb"),
person("Nick", "Kennedy", role = "ctb"),
person("Tan", "Hsi-Nien", role = "ctb"),
person("Jeffrey", "Horner", role = "aut"),
person("Jeremy", "Stephens", role = "ctb"),
person("Cole", "Beck", role = "ctb"),
person("Bradley", "Johnson", role="ctb"),
person("Philip", "Chase", role="ctb"),
person("Paddy", "Tobias", role = "ctb"),
person("Michael", "Chirico", role = "ctb"))
Maintainer: Shawn Garbett <shawn.garbett@vumc.org>
Description: Access data stored in 'REDCap' databases using the Application
Programming Interface (API). 'REDCap' (Research Electronic Data CAPture;
<https://projectredcap.org>, Harris, et al. (2009) <doi:10.1016/j.jbi.2008.08.010>,
Harris, et al. (2019) <doi:10.1016/j.jbi.2019.103208>) is
a web application for building and managing online surveys and databases
developed at Vanderbilt University. The API allows users to access data
and project meta data (such as the data dictionary) from the web
programmatically. The 'redcapAPI' package facilitates the process of
accessing data with options to prepare an analysis-ready data set
consistent with the definitions in a database's data dictionary.
License: GPL-2
Depends:
R (>= 3.5.0)
Imports:
checkmate,
chron,
curl,
jsonlite,
labelVector,
lubridate,
mime,
keyring,
getPass,
yaml
LazyLoad: yes
Suggests: testthat (>= 3.0.0), Hmisc, rstudioapi, mockery
URL: https://github.com/vubiostat/redcapAPI
BugReports: https://github.com/vubiostat/redcapAPI/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2