-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
2,740 additions
and
1,953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,17 @@ | ||
Package: harsat | ||
Title: Harmonized Regional Seas Assessment Tool | ||
Version: 0.1.1 | ||
Version: 0.1.2 | ||
Authors@R: c( | ||
person(given = "Rob", family = "Fryer", email = "[email protected]", role = c("aut")), | ||
person(given = "Leszek", family = "Kaliciak", email = "[email protected]", role = c("aut")), | ||
person(given = "Scottish Government", email = "[email protected]", role = c("fnd", "aut")), | ||
person(given = "AmbieSense Ltd", email = "[email protected]", role = c("cph", "cre", "aut")), | ||
person(given = "Helsinki Commission (HELCOM)", email = "[email protected]", role = c("cph", "fnd", "ctb")), | ||
person(given = "Arctic Monitoring and Assessment Programme (AMAP)", email = "[email protected]", role = c("cph", "fnd", "ctb")), | ||
person(given = "OSPAR Commission (OSPAR)", email = "[email protected]", role = c("cph", "fnd", "ctb")), | ||
person(given = "International Council for the Exploration of the Sea (ICES)", email = "[email protected]", role = c("cph", "aut")) | ||
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")) | ||
) | ||
Description: Assessment of concentrations of hazardous substances and their | ||
biological effects in the marine environment. The code supports periodic | ||
international assessments by OSPAR, HELCOM and AMAP and also assessments | ||
by individual users. Includes tools for pre-processing data, statistical | ||
trend analysis and comparison with threshold values, and post-processing | ||
for archiving and reporting. | ||
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/ | ||
|
@@ -43,7 +38,7 @@ Imports: | |
tidyr, | ||
sf | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
testthat (>= 3.0.0) | ||
knitr, | ||
rmarkdown, | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
The Copyright to all software developed in the HARSAT project is Shared by | ||
the following Parties: | ||
|
||
1. The Secretariat of the Arctic Monitoring and Assessment Programme (AMAP) | ||
2. The Secretariat of the Helsinki Commission (HELCOM) | ||
3. The Secretariat of the OSPAR Commission (OSPAR) | ||
4. The Secretariat for the International Council for the Exploration of the Sea (ICES) | ||
5. AmbieSense Ltd (AMB) | ||
* The Secretariat of the Arctic Monitoring and Assessment Programme (AMAP) | ||
* The Secretariat of the Helsinki Commission (HELCOM) | ||
* The Secretariat of the OSPAR Commission (OSPAR) | ||
* The Secretariat for the International Council for the Exploration of the Sea (ICES) | ||
* AmbieSense Ltd (AMB) | ||
|
||
HARSAT - Harmonised Regional Seas Assessment Tool code is subject to | ||
a GNU GPL >= 3.0 license. | ||
|
||
The HARSAT project software will be released as open source, subject to a | ||
GNU GPL >= 3.0 license for third parties to use. | ||
HARSAT - Harmonised Regional Seas Assessment Tool – User Documentation is | ||
subject to a Creative Commons Attributional licence - CC-BY-4.0 | ||
|
||
Additional documentation, as well as test datasets produced and made available | ||
by the HARSAT project, is subject to a Creative Common licence (CC-BY-4.0), | ||
unless otherwise covered by the rights of original information and/or data | ||
originators. | ||
|
||
The HARSAT code is based on code originally developed by the Scottish Government. | ||
HARSAT – Example data provided under the "data" folder are subject to a | ||
Creative Common Attributional licence - CC-BY-4.0; unless otherwise covered | ||
by the rights of original information and/or data originators. | ||
The HARSAT code is based on code originally developed by the Scottish Government | ||
as Contaminant Time Series Analysis (COTSA), for work under OSPAR. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.