aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2018-09-15 19:04:23 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2018-09-15 19:04:23 +0200
commitc61698e427974faffd9b43755a51b6eb9122be90 (patch)
tree4c33adebdcf538143ae1f9fcd8785f03e6c47efb /NAMESPACE
parent23528ad9b4f07434b3249f1e48ade1e0d07528bf (diff)
Switch to odbc, reformattting of code
to make it more readable. Also remove outdated hyperlinks from the help files.
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE5
1 files changed, 3 insertions, 2 deletions
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)

Contact - Imprint