diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/checkexperiment.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/checkexperiment.R b/R/checkexperiment.R index 8c844e6..5af237c 100644 --- a/R/checkexperiment.R +++ b/R/checkexperiment.R @@ -1,4 +1,4 @@ -if(getRversion() >= '2.15.1') utils::globalVariables(c("type", "conc")) +if(getRversion() >= '2.15.1') utils::globalVariables(c("type", "conc", "substance")) checkexperiment <- function(id, db = "ecotox", endpoint = "%") { databases <- data.frame( |