-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 2.4 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 2.4 KB
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
Package: redcapAPI
Type: Package
Title: Interface to 'REDCap'
Version: 2.12.0.9000
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"),
person("William", "Sharp", role="ctb"),
person("Alexander", "Strübing", 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,
shelter (>= 0.2.1)
LazyLoad: yes
Suggests: testthat (>= 3.0.0), Hmisc, mockery, R.rsp
URL: https://github.com/vubiostat/redcapAPI
BugReports: https://github.com/vubiostat/redcapAPI/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: R.rsp
Config/build/clean-inst-doc: false