-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
68 lines (68 loc) · 2.08 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
Package: rcc.billing
Title: REDCap Automated Billing
Version: 1.44.3
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("Christopher", "Barnes",
email = "cpb@ufl.edu",
role = "ctb",
comment=c(ORCID = "0000-0001-7114-1992")),
person("Sai Pavan", "Kamma",
email = "saipavankamma@ufl.edu",
role = "aut",
comment=c(ORCID = "0009-0004-4619-0409"))
)
Maintainer: Philip B Chase <pbc@ufl.edu>
Description: REDCap Automated Billing is an automated, data-driven service billing system for a REDCap system. The University of Florida’s CTS-IT designed and wrote this system to charge a modest annual fee for each project and bill for customer support work logged in a REDCap-based service request system. This generates revenue, reduces data privacy risks by incentivizing the deletion of abandoned projects, and improves the quality of research productivity metrics.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Imports:
DBI,
bit64,
dplyr,
jsonlite,
lubridate,
readr,
rlang,
stringr,
tidyr,
writexl,
RMariaDB
Suggests:
RSQLite,
DiagrammeR,
duckdb,
digest,
fs,
purrr,
knitr,
rmarkdown,
testthat
Remotes:
github::ctsit/redcapcustodian
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
URL: https://ctsit.github.io/rcc.billing/, https://github.com/ctsit/rcc.billing/
VignetteBuilder: knitr