aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2012-12-16 01:39:42 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2012-12-16 01:39:42 +0000
commit88937b957b30b9e197858ebc3a3219079fd01f96 (patch)
treed42710bc11354294c11f589fc187194654bed4b4 /NAMESPACE
parent63a62f35db409b3814d3be960fa23e7554a29197 (diff)
Added NAMESPACE and fixed the tests
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@96 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE12
1 files changed, 12 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
new file mode 100644
index 0000000..0b39883
--- /dev/null
+++ b/NAMESPACE
@@ -0,0 +1,12 @@
+# Default NAMESPACE created by R
+# Remove the previous line if you edit this file
+
+# Export all names
+exportPattern(".")
+
+# Import all packages listed as Imports or Depends
+import(
+ stats,
+ MASS,
+ RODBC
+)

Contact - Imprint