-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.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
Package: REDCapExporter
Title: Automated Construction of R Data Packages from REDCap Projects
Version: 0.3.1
Authors@R: c(
person(given = "Peter", family = "DeWitt", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6391-0795"))
)
Description: Export all data, including metadata, from a REDCap (Research
Electronic Data Capture) Project via the REDCap API
<https://projectredcap.org/wp-content/resources/REDCapTechnicalOverview.pdf>.
The exported (meta)data will be processed and formatted into a stand alone R
data package which can be installed and shared between researchers. Several
default reports are generated as vignettes in the resulting package.
License: GPL-2
Encoding: UTF-8
URL: https://github.com/dewittpe/REDCapExporter, http://www.peteredewitt.com/REDCapExporter/
Language: en-us
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
curl,
keyring,
lubridate,
rjson
Suggests:
devtools,
fs,
getPass,
kableExtra,
knitr,
magrittr,
qwraps2 (> 0.4.1),
rmarkdown,
secret
VignetteBuilder: knitr
RoxygenNote: 7.3.2