From c61698e427974faffd9b43755a51b6eb9122be90 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 15 Sep 2018 19:04:23 +0200 Subject: Switch to odbc, reformattting of code to make it more readable. Also remove outdated hyperlinks from the help files. --- NAMESPACE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 7f0ac50..c500120 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -4,11 +4,12 @@ import( graphics, grDevices, stats, - MASS, - RODBC + MASS ) importFrom("drc", drm, ED, LN.2, LL.2, BC.4, W1.2) importFrom("utils", "packageVersion") importFrom("qcc", qcc) importFrom("reshape2", melt, acast) +importFrom("odbc", odbc) +importFrom("DBI", dbConnect, dbGetQuery) -- cgit v1.2.1