From 184aacf1ad5a28b2428633cd1966d6fb881eb3b0 Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 3 Feb 2014 22:04:37 +0000 Subject: - Some updates to the packaging - Add the possibility to calculate EDx values - see ChangeLog for a full description git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@97 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- R/checksubstance.R | 1 - 1 file changed, 1 deletion(-) (limited to 'R/checksubstance.R') diff --git a/R/checksubstance.R b/R/checksubstance.R index 96be999..b50c3da 100644 --- a/R/checksubstance.R +++ b/R/checksubstance.R @@ -11,7 +11,6 @@ checksubstance <- function(substance, db = "cytotox", experimentator = "%", if (!(db %in% rownames(databases))) stop("Database is not supported") - library(RODBC) channel <- odbcConnect(db,uid="cytotox",pwd="cytotox",case="tolower") responsename = as.character(databases[db,1]) -- cgit v1.2.1