-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.55 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
Package: DOPE
Title: Drug Ontology Parsing Engine
Version: 2.1.0
Authors@R: c(
person(given = "Raymond",
family = "Balise",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9856-5901")),
person(given = "Layla",
family = "Bouzoubaa",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6616-0950")),
person(given = "Gabriel",
family = "Odom",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1341-4555")),
person(given = "Nathaniel",
family = "Castor",
role = c("aut"),
email = "[email protected]"))
Description: Provides information on drug names (brand,
generic and street) for drugs tracked by the DEA. There are functions that
will search synonyms and return the drug names and types. The vignettes
have extensive information on the work done to create the data for the package.
License: MIT + file LICENSE
URL: https://ctn-0094.github.io/DOPE/,
https://github.com/CTN-0094/DOPE
BugReports: https://github.com/CTN-0094/DOPE/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
dplyr,
magrittr,
stats,
stringr,
tibble,
tidytext,
utils
Suggests:
purrr,
knitr,
rmarkdown,
conflicted,
readr,
rvest,
sqldf,
tidyr,
testthat,
usethis,
xml2
VignetteBuilder: knitr