From baf8e4341b58c09532b4ca37ebf80c9068934db4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 24 Mar 2017 15:28:44 +0100 Subject: Import version 0.6.7 from CRAN I had deleted the git commits between 0.6.4 and 0.6.7 while removing drfit from github, while the latest changes were not pushed to jrwb.de yet. --- R/drdata.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/drdata.R') diff --git a/R/drdata.R b/R/drdata.R index dc741a6..0bf9597 100644 --- a/R/drdata.R +++ b/R/drdata.R @@ -21,7 +21,7 @@ drdata <- function(substances, experimentator = "%", db = "cytotox", type <- organism } } - + query <- paste("SELECT conc,",responsetype,",unit,experimentator,substance,",testtype, ",ok FROM ", db, " WHERE substance IN ('", slist,"') AND experimentator LIKE '", -- cgit v1.2.1