forked from bcgov/ssdtools
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
110 lines (110 loc) · 3.3 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Package: ssdtools
Title: Species Sensitivity Distributions
Version: 2.1.0.9000
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Rebecca", "Fisher", , "[email protected]", role = "aut"),
person("David", "Fox", , "[email protected]", role = "aut"),
person("Carl", "Schwarz", role = "aut"),
person("Angeline", "Tillmanns", role = "ctb"),
person("Seb", "Dalgarno", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-3658-4517")),
person("Kathleen", "McTavish", role = "ctb"),
person("Heather", "Thompson", role = "ctb"),
person("Doug", "Spry", role = "ctb"),
person("Rick", "van Dam", role = "ctb"),
person("Graham", "Batley", role = "ctb"),
person("Tony", "Bigwood", role = "ctb"),
person("Ali", "Azizishirazi", role = "ctb"),
person("Nadine", "Hussein", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4470-8361")),
person("Sarah", "Lyons", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-6745-6796")),
person("Stephanie", "Hazlitt", role = "ctb"),
person("Hadley", "Wickham", role = "ctb"),
person("Sergio", "Ibarra Espinosa", role = "ctb"),
person("Andy", "Teucher", role = "ctb"),
person("Emilie", "Doussantousse", role = "ctb"),
person("Nan-Hung", "Hsieh", role = "ctb"),
person("Province of British Columbia", role = c("fnd", "cph")),
person("Environment and Climate Change Canada", role = c("fnd", "cph")),
person("Australian Government Department of Climate Change, Energy, the Environment and Water", role = c("fnd", "cph"))
)
Description: Species sensitivity distributions are cumulative probability
distributions which are fitted to toxicity concentrations for
different species as described by Posthuma et al.(2001)
<isbn:9781566705783>. The ssdtools package uses Maximum Likelihood to
fit distributions such as the gamma, log-logistic, log-normal and
log-normal log-normal mixture. Multiple distributions can be averaged
using Akaike Information Criteria. Confidence intervals on hazard
concentrations and proportions are produced by parametric
bootstrapping.
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/bcgov/ssdtools, https://bcgov.github.io/ssdtools/
BugReports: https://github.com/bcgov/ssdtools/issues
Depends:
R (>= 4.1)
Imports:
abind,
chk,
furrr,
generics,
ggplot2,
glue,
goftest,
graphics,
grid,
lifecycle,
parallel,
plyr,
purrr,
Rcpp,
rlang,
scales,
ssddata,
stats,
stringr,
tibble,
TMB,
universals,
utils,
withr
Suggests:
actuar,
covr,
doFuture,
dplyr,
EnvStats,
extraDistr,
fitdistrplus,
foreach,
future,
grDevices,
knitr,
latex2exp,
magrittr,
mle.tools,
patchwork,
R.rsp,
readr,
reshape2,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
tidyselect,
tinytex,
VGAM
LinkingTo:
Rcpp,
RcppEigen,
TMB
VignetteBuilder:
knitr,
R.rsp
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2