forked from ctsit/redcapcustodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.99 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
Package: redcapcustodian
Type: Package
Title: System data cleaning for REDCap
Version: 0.6.1
Authors@R:c(
person("Philip", "Chase",
email = "pbc@ufl.edu",
role = c("aut", "cre"),
comment=c(ORCID = "http://orcid.org/0000-0002-5318-9420")),
person("Laurence", "James-Woodley",
email = "lawjames1@ufl.edu",
role = "aut",
comment=c(ORCID = "http://orcid.org/0000-0002-6418-2742")),
person("Kyle", "Chesney",
email = "kyle.chesney@ufl.edu",
role = "aut",
comment=c(ORCID = "http://orcid.org/0000-0002-0479-7251")),
person("Taryn", "Stoffs",
email = "tls@ufl.edu",
role = "ctb",
comment=c(ORCID = "http://orcid.org/0000-0002-0830-8179")),
person("Michael", "Bentz",
email = "mbentz@ufl.edu",
role = "aut",
comment=c(ORCID = "http://orcid.org/0000-0002-5790-4268")),
person("Christopher", "Barnes",
email = "cpb@ufl.edu",
role = "ctb",
comment=c(ORCID = "http://orcid.org/0000-0001-7114-1992"))
)
Maintainer: Philip B Chase <pbc@ufl.edu>
Description: REDCap Custodian simplifies data management activities on REDCap systems. It provides a framework for automating data extraction, transformation, and loading work (ETL). It supports ETL work within a REDCap, between REDCap projects, between REDCap systems, and with the REDCap database. It provides an extensible set of R functions, a Docker image, and an Rstudio Project template upon which a REDCap team can build ETL tasks that serve their REDCap systems and customers.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Imports:
DBI,
dbx,
RMariaDB,
REDCapR,
dplyr,
glue,
lubridate,
magrittr,
mRpostman,
purrr,
rjson,
rlang,
rstudioapi,
stringr,
tibble,
tidyr,
readr,
vctrs
Suggests:
testthat (>= 3.0.0),
digest,
RSQLite,
knitr (>= 1.18),
rmarkdown (>= 2.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
RoxygenNote: 7.2.0
Depends:
R (>= 2.10)