forked from bcgov/ssdtools
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request bcgov#306 from poissonconsulting/dev
- Loading branch information
Showing
12 changed files
with
92 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ | |
|
||
^COMPLIANCE\.yaml$ | ||
^CRAN-SUBMISSION$ | ||
^CODE_OF_CONDUCT\.md$ |
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
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 |
---|---|---|
|
@@ -2,11 +2,11 @@ Package: ssdtools | |
Title: Species Sensitivity Distributions | ||
Version: 1.0.6.9000 | ||
Authors@R: c( | ||
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre", "ctr"), | ||
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-7683-4592")), | ||
person("Carl", "Schwarz", role = c("aut", "ctr")), | ||
person("Rebecca", "Fisher", role = "ctb"), | ||
person("David", "Fox", role = "ctb"), | ||
person("Carl", "Schwarz", role = "aut"), | ||
person("Rebecca", "Fisher", , "[email protected]", role = "aut"), | ||
person("David", "Fox", , "[email protected]", role = "aut"), | ||
person("Angeline", "Tillmanns", role = "ctb"), | ||
person("Ali", "Azizishirazi", role = "ctb"), | ||
person("Kathleen", "McTavish", role = "ctb"), | ||
|
@@ -20,11 +20,14 @@ Authors@R: c( | |
comment = c(ORCID = "0000-0002-3658-4517")), | ||
person("Emilie", "Doussantousse", role = "ctb"), | ||
person("Stephanie", "Hazlitt", role = "ctb"), | ||
person("Nadine", "Hussein", role = "ctb"), | ||
person("Nadine", "Hussein", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0003-4470-8361")), | ||
person("Nan-Hung", "Hsieh", role = "ctb"), | ||
person("Sergio", "Ibarra Espinosa", role = "ctb"), | ||
person("Province of British Columbia", role = "cph"), | ||
person("Environment and Climate Change Canada", role = "cph") | ||
person("Hadley", "Wickham", 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 | ||
|
@@ -36,7 +39,7 @@ Description: Species sensitivity distributions are cumulative probability | |
on hazard concentrations and proportions are produced by parametric | ||
bootstrapping. | ||
License: Apache License (== 2.0) | file LICENSE | ||
URL: https://github.com/bcgov/ssdtools | ||
URL: https://github.com/bcgov/ssdtools, https://bcgov.github.io/ssdtools/ | ||
BugReports: https://github.com/bcgov/ssdtools/issues | ||
Depends: | ||
R (>= 4.1) | ||
|
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 +1,19 @@ | ||
destination: docs | ||
template: | ||
bootstrap: 5 | ||
authors: | ||
Joe Thorley: | ||
href: "https://github.com/joethorley" | ||
Carl Schwarz: | ||
href: "https://www.sfu.ca/stat-actsci/department/profiles/carl-schwarz.html" | ||
David Fox: | ||
href: "https://training.ecotox.science/who-we-are/" | ||
Rebecca Fisher: | ||
href: "https://www.aims.gov.au/about/our-people/dr-rebecca-fisher" | ||
Angeline Tillmans: | ||
href: "https://www.linkedin.com/in/angeline-tillmanns-5b7999a/" | ||
Province of British Columbia: | ||
href: "https://www2.gov.bc.ca/" | ||
Environment and Climate Change Canada: | ||
href: "https://www.canada.ca/en/environment-climate-change.html" | ||
Australian Government Department of Climate Change, Energy, the Environment and Water: | ||
href: "https://www.dcceew.gov.au/" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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