-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
81 lines (81 loc) · 2.4 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
73
74
75
76
77
78
79
80
81
Package: redcapcustodian
Type: Package
Title: Data automation for R-centric workflows with a nod towards REDCap
Version: 1.27.0
Authors@R: c(
person("Philip", "Chase",
email = "pbc@ufl.edu",
role = c("aut", "cre"),
comment=c(ORCID = "0000-0002-5318-9420")),
person("Laurence", "James-Woodley",
email = "lawjames1@ufl.edu",
role = "aut",
comment=c(ORCID = "0000-0002-6418-2742")),
person("Kyle", "Chesney",
email = "kyle.chesney@ufl.edu",
role = "aut",
comment=c(ORCID = "0000-0002-0479-7251")),
person("Taryn", "Stoffs",
email = "tls@ufl.edu",
role = "ctb",
comment=c(ORCID = "0000-0002-0830-8179")),
person("Michael", "Bentz",
email = "mbentz@ufl.edu",
role = "aut",
comment=c(ORCID = "0000-0002-5790-4268")),
person("Sai Pavan", "Kamma",
email = "saipavankamma@ufl.edu",
role = "aut",
comment=c(ORCID = "0009-0004-4619-0409")),
person("Christopher", "Barnes",
email = "cpb@ufl.edu",
role = "ctb",
comment=c(ORCID = "0000-0001-7114-1992"))
)
URL: https://ctsit.github.io/redcapcustodian/, https://github.com/ctsit/redcapcustodian/, https://project-redcap.org
BugReports: https://github.com/ctsit/redcapcustodian/issues/
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 (ETL) work. 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,
REDCapR,
RMariaDB,
dbx,
dplyr,
glue,
lubridate,
mRpostman,
magrittr,
purrr,
readr,
rjson,
rlang,
rstudioapi,
sendmailR,
stringr,
tibble,
tidyr,
vctrs,
jsonlite,
openxlsx,
quarto,
getip
Suggests:
RSQLite,
digest,
dotenv,
duckdb,
fs,
kableExtra,
knitr (>= 1.18),
rmarkdown (>= 2.0),
testthat (>= 3.0.0),
tidyverse
VignetteBuilder: knitr
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)