-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.67 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
Package: harsat
Title: Harmonized Regional Seas Assessment Tool
Version: 1.0.2.1007
Authors@R: c(
person(given = "Arctic Monitoring and Assessment Programme (AMAP)", email = "[email protected]", role = c("cph", "fnd", "aut")),
person(given = "Helsinki Commission (HELCOM)", email = "[email protected]", role = c("cph", "fnd", "aut")),
person(given = "OSPAR Commission (OSPAR)", email = "[email protected]", role = c("cph", "fnd", "cre", "aut")),
person(given = "International Council for the Exploration of the Sea (ICES)", email = "[email protected]", role = c("cph", "aut")),
person(given = "AmbieSense Ltd", email = "[email protected]", role = c("cph", "aut")),
person(given = "HARSAT User Group", email = "[email protected]", role = c("ctb"))
)
Description: Tools for the assessment of data concerning contaminants (hazardous
substances) and their effects in the marine environment. The code includes
tools for pre-processing data, statistical trend analysis and comparison with
threshold values, and post-processing for archiving and reporting.
License: file LICENSE
Encoding: UTF-8
URL: https://github.com/osparcomm/HARSAT, https://osparcomm.github.io/HARSAT/
BugReports: https://github.com/osparcomm/HARSAT/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr, rmarkdown
Depends: R (>= 4.2.1.0)
Imports:
digest,
dplyr,
flexsurv,
lattice,
lifecycle,
lme4,
lubridate,
magrittr,
MASS,
mgcv,
mvtnorm,
numDeriv,
optimx,
parallel,
pbapply,
readr,
readxl,
rlang,
sf,
stringr,
survival,
TeachingDemos,
tibble,
tidyr
Suggests:
knitr,
rmarkdown,
rprojroot,
testthat (>= 3.0.0)
Config/testthat/edition: 3