-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.65 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: ECOTOXr
Type: Package
Title: Download and Extract Data from US EPA's ECOTOX Database
Version: 1.1.1
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7961-6646")))
Author:
Pepijn de Vries [aut, cre, dtc] (0000-0002-7961-6646)
Maintainer: Pepijn de Vries <[email protected]>
Description: The US EPA ECOTOX database is a freely available database
with a treasure of aquatic and terrestrial ecotoxicological data.
As the online search interface doesn't come with an API, this
package provides the means to easily access and search the database
in R. To this end, all raw tables are downloaded from the EPA website
and stored in a local SQLite database <doi:10.1016/j.chemosphere.2024.143078>.
Depends:
R (>= 4.1.0),
RSQLite (>= 2.3.4)
Imports:
crayon (>= 1.5.2),
dbplyr (>= 2.4.0),
dplyr (>= 1.1.4),
httr2 (>= 1.0.0),
jsonlite (>= 1.8.8),
lifecycle (>= 1.0.4),
purrr (>= 1.0.2),
rappdirs (>= 0.3.3),
readr (>= 2.1.4),
readxl (>= 1.4.3),
rlang (>= 1.1.2),
rvest (>= 1.0.3),
stringr (>= 1.5.1),
tibble (>= 3.2.1),
tidyr (>= 1.3.0),
tidyselect (>= 1.2.0),
utils
Suggests:
DBI,
standartox,
testthat (>= 3.0.0),
webchem
URL:
https://github.com/pepijn-devries/ECOTOXr,
https://pepijn-devries.github.io/ECOTOXr/,
https://doi.org/10.1016/j.chemosphere.2024.143078
BugReports: https://github.com/pepijn-devries/ECOTOXr/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)