aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-31 17:53:41 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-31 17:53:41 +0200
commitc1a1e8c95ca28904e74bbd4b4afc8fe19a925ebc (patch)
tree225762506534fc7e88117d259344c022f6545702 /R
parent0ee1a4178fb7f085e4ebd834fb7485dfc56f6bd0 (diff)
Make RODBC a hard dependency again, ChangeLog
Diffstat (limited to 'R')
-rw-r--r--R/checkexperiment.R2
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(

Contact - Imprint