-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
65 lines (65 loc) · 2.03 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
Type: Package
Package: ctxR
Title: Utilities for Interacting with the 'CTX' APIs
Version: 1.1.0
Authors@R: c(
person("Paul", "Kruse", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5516-9717")),
person("Caroline", "Ring", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-0463-1251")),
person("Madison", "Feshuk", role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1390-6405")),
person("Carter", "Thunes", role = "ctb",
email = "[email protected]"),
person("Jason", "Brown", role = "ctb",
email = "[email protected]")
)
Description: Access chemical, hazard, bioactivity, and exposure data from the
Computational Toxicology and Exposure ('CTX') APIs
<https://www.epa.gov/comptox-tools/computational-toxicology-and-exposure-apis>.
'ctxR' was developed to streamline the process of accessing the information
available through the 'CTX' APIs without requiring prior knowledge of how to
use APIs. Most data is also available on the CompTox Chemical Dashboard
('CCD') <https://comptox.epa.gov/dashboard/> and other resources found at the
EPA Computational Toxicology and Exposure Online Resources
<https://www.epa.gov/comptox-tools>.
License: GPL (>= 3)
Imports:
cli,
data.table,
httr,
jsonlite,
purrr,
rlang,
stringr,
tidyr,
tibble,
urltools
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
countcolors,
devtools,
DT,
ggplot2,
gridExtra,
htmlTable,
httptest,
kableExtra,
knitr,
prettydoc,
rmarkdown,
rmdformats,
testthat (>= 3.0.0),
XML
URL: https://github.com/USEPA/ctxR, https://usepa.github.io/ctxR/
BugReports: https://github.com/USEPA/ctxR/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)