-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.33 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
Package: extractox
Title: Extract Tox Info from Various Databases
Version: 0.1.0
Authors@R: c(
person("Claudio", "Zanettini", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5043-8033")),
person("Lucio", "Queiroz", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6090-1834"))
)
Description: Extract toxicological and chemical information from databases
maintained by scientific agencies and resources, including the
Comparative Toxicogenomics Database <https://ctdbase.org/>, the
Integrated Chemical Environment <https://ice.ntp.niehs.nih.gov/>, the
Integrated Risk Information System <https://cfpub.epa.gov/ncea/iris/>,
the CompTox Chemicals Dashboard Resource Hub
<https://www.epa.gov/comptox-tools/comptox-chemicals-dashboard-resource-hub>, and PubChem
<https://pubchem.ncbi.nlm.nih.gov/>.
License: MIT + file LICENSE
URL: https://github.com/c1au6i0/extractox,
https://c1au6i0.github.io/extractox/
BugReports: https://github.com/c1au6i0/extractox/issues
Depends:
R (>= 4.1)
Imports:
cli,
httr2,
janitor,
pingr,
readxl,
rvest,
webchem
Suggests:
openxlsx,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2