-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.88 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
Package: CTNote
Title: CTN Outcomes, Treatments, and Endpoints
Description: The Clinical Trials Network (CTN) of the U.S. National Institute
of Drug Abuse sponsored the CTN-0094 research team to harmonize data sets
from three nationally-representative clinical trials for opioid use disorder
(OUD). The CTN-0094 team herein provides a coded collection of trial outcomes
and endpoints used in various OUD clinical trials over the past 50 years.
These coded outcome functions are used to contrast and cluster different
clinical outcome functions based on daily or weekly patient urine screenings.
Note that we abbreviate urine drug screen as "UDS" and urine opioid screen as
"UOS". For the example data sets (based on clinical trials data harmonized by
the CTN-0094 research team), UDS and UOS are largely interchangeable.
Version: 0.1.3
Authors@R:
c(
person(
given = "Gabriel", family = "Odom", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1341-4555")
),
person(
given = "Laura", family = "Brandt", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7551-221X")
),
person(
given = "Raymond", family = "Balise", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-9856-5901")
),
person(
given = "Layla", family = "Bouzoubaa", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0002-6616-0950")
)
)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends:
R (>= 3.1.0)
Imports:
stringi,
stringr
Suggests:
ape,
kableExtra,
knitr,
readxl,
rmarkdown,
survival,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder: knitr
LazyData: true
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
URL: https://ctn-0094.github.io/CTNote/
BugReports: https://github.com/CTN-0094/CTNote/issues