-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.1 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
Package: ssddata
Title: Species Sensitivity Distribution Data
Version: 1.0.0
Authors@R: c(
person("Rebecca", "Fisher", , "R.Fisher@aims.gov.au", role = c("aut", "cre")),
person("Joe", "Thorley", , "joe@pissonconsulting.ca", role = "aut",
comment = c(ORCID = "0000-0002-7683-4592")),
person("Carl", "Schwarz", role = "ctb"),
person("David", "Fox", role = "ctb")
)
Description: Reference data sets of species sensitivities to compare the
results of fitting species sensitivity distributions
using software such as 'ssdtools' and 'Burrlioz'.
It consists of 17 primary data sets from
four different Australian and Canadian organizations as well as five
datasets from anonymous sources. It also includes a data set of the
results of fitting various distributions using different software.
License: Apache License (== 2.0)
Depends:
R (>= 3.5)
Imports:
chk,
dplyr,
Rdpack,
utils
Suggests:
covr,
testthat (>= 3.0.0)
RdMacros:
Rdpack
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2