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/drdata.R | 1 - 1 file changed, 1 deletion(-) (limited to 'R/drdata.R') diff --git a/R/drdata.R b/R/drdata.R index 9da7d96..15c61ac 100644 --- a/R/drdata.R +++ b/R/drdata.R @@ -3,7 +3,6 @@ drdata <- function(substances, experimentator = "%", db = "cytotox", organism="Vibrio fischeri",endpoint="Luminescence",whereClause="1", ok="'ok','no fit'") { - library(RODBC) channel <- odbcConnect(db,uid="cytotox",pwd="cytotox",case="tolower") slist <- paste(substances,collapse="','") if (db == "cytotox") { -- cgit v1.2.1