-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.58 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
Package: public.ctn0094extra
Title: Helper Files for the CTN-0094 Relational Database
Version: 1.0.4
Date: 2023-11-21
Authors@R:
c(
person(
given = "Gabriel", family = "Odom",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1341-4555")
),
person(
given = "Raymond", family = "Balise",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9856-5901")
)
)
Description: Engineered features and "helper" functions ancillary to the
'public.ctn0094data' package, extending this package for ease of use (see
<https://CRAN.R-project.org/package=public.ctn0094data>). This
'public.ctn0094data' package contains harmonized datasets from some of the
National Institute of Drug Abuse's Clinical Trials Network (NIDA's CTN)
projects. Specifically, the CTN-0094 project is to harmonize and de-identify
clinical trials data from the CTN-0027, CTN-0030, and CTN-51 studies for
opioid use disorder. This current version is built from 'public.ctn0094data'
v. 1.0.6.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Depends:
R (>= 2.10),
public.ctn0094data
Imports:
dplyr,
magrittr,
purrr,
tibble,
tidyr,
utils
Suggests:
knitr,
kableExtra,
rmarkdown,
scales,
stringr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://ctn-0094.github.io/public.ctn0094extra/
BugReports: https://github.com/CTN-0094/public.ctn0094extra/issues