forked from bcgov/wqbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
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: wqbench
Title: Calculate Aquatic Life Benchmarks
Version: 0.3.1
Authors@R: c(
person("Ayla", "Pearson", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7388-1222")),
person("Angeline", "Tillmanns", , "[email protected]", role = c("aut", "cre")),
person("Joe", "Thorley", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-7683-4592")),
person("Andy", "Teucher", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-7840-692X")),
person("Province of British Columbia", role = "cph")
)
Description: Download recent versions of the US EPA ECOTOX database.
Clean, standardize and classify data so values are comparable. Use a
SSD or deterministic method to determine the critical toxicity value
and assessment factors to compute the aquatic life water quality
benchmark for a compound.
License: Apache License (== 2)
Imports:
bcdata,
chk,
chktemplate,
DBI,
dplyr,
ggplot2,
httr,
readr,
rlang,
RSQLite,
rvest,
scales,
ssdtools (>= 2.1.0),
stringr,
tibble,
tidyr,
utils,
withr
Suggests:
covr,
knitr,
openxlsx,
rmarkdown,
testthat (>= 3.0.0),
wqbenchdata
Remotes:
poissonconsulting/chktemplate,
bcgov/wqbenchdata,
bcgov/ssdtools
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1)
LazyData: true
VignetteBuilder: knitr
URL: https://bcgov.github.io/wqbench/