diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 12 |
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 +) |