-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2.1 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
Package: rcc.billing
Title: REDCap Automated Billing
Version: 1.46.4
Authors@R: c(
person("Philip", "Chase",
email = "[email protected]",
role = c("aut", "cre"),
comment=c(ORCID = "0000-0002-5318-9420")),
person("Laurence", "James-Woodley",
email = "[email protected]",
role = "aut",
comment=c(ORCID = "0000-0002-6418-2742")),
person("Kyle", "Chesney",
email = "[email protected]",
role = "aut",
comment=c(ORCID = "0000-0002-0479-7251")),
person("Taryn", "Stoffs",
email = "[email protected]",
role = "ctb",
comment=c(ORCID = "0000-0002-0830-8179")),
person("Michael", "Bentz",
email = "[email protected]",
role = "aut",
comment=c(ORCID = "0000-0002-5790-4268")),
person("Christopher", "Barnes",
email = "[email protected]",
role = "ctb",
comment=c(ORCID = "0000-0001-7114-1992")),
person("Sai Pavan", "Kamma",
email = "[email protected]",
role = "aut",
comment=c(ORCID = "0009-0004-4619-0409"))
)
Maintainer: Philip B Chase <[email protected]>
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:
bit64,
dplyr,
jsonlite,
lubridate,
redcapcustodian,
rlang,
stringr,
tidyr,
writexl,
RMariaDB
Suggests:
RSQLite,
DBI,
DiagrammeR,
duckdb,
digest,
fs,
purrr,
knitr,
readr,
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