-
Notifications
You must be signed in to change notification settings - Fork 42
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 #424 from stitam/issue422
Update function URLs to fix a number of tests (SRS, ChemSpider)
- Loading branch information
Showing
21 changed files
with
444 additions
and
105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#' Organic plant protection products in the river Jagst / Germany in 2013 | ||
#' | ||
#' This dataset comprises environmental monitoring data of organic plant protection products | ||
#' in the year 2013 in the river Jagst, Germany. | ||
#' The data is publicly available and can be retrieved from the | ||
#' LUBW Landesanstalt für Umwelt, Messungen und Naturschutz Baden-Württemberg. | ||
#' It has been preprocessed and comprises measurements of 34 substances. | ||
#' Substances without detects have been removed. | ||
#' on 13 sampling occasions. | ||
#' Values are given in ug/L. | ||
#' | ||
#' @format A data frame with 442 rows and 4 variables: | ||
#' \describe{ | ||
#' \item{date}{sampling data} | ||
#' \item{substance}{substance names} | ||
#' \item{value}{concentration in ug/L} | ||
#' \item{qual}{qualifier, indicating values < LOQ} | ||
#' } | ||
#' @source \url{https://udo.lubw.baden-wuerttemberg.de/public/pages/home/index.xhtml} | ||
"jagst" |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#' Acute toxicity data from U.S. EPA ECOTOX | ||
#' | ||
#' This dataset comprises acute ecotoxicity data of 124 insecticides. | ||
#' The data is publicly available and can be retrieved from the EPA ECOTOX database | ||
#' (\url{https://cfpub.epa.gov/ecotox/}) | ||
#' It comprises acute toxicity data (D. magna, 48h, Laboratory, 48h) and has been | ||
#' preprocessed (remove non-insecticides, aggregate multiple value, keep only numeric data etc). | ||
#' | ||
#' @format A data frame with 124 rows and 2 variables: | ||
#' \describe{ | ||
#' \item{cas}{CAS registry number} | ||
#' \item{value}{LC50value} | ||
#' } | ||
#' @source \url{https://cfpub.epa.gov/ecotox/} | ||
"lc50" |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
if (getRversion() >= "2.15.1") utils::globalVariables(c(".")) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.