diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-07 17:19:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-07 17:19:21 +0200 |
commit | cc66ea8e99f809c53cb5a23430b814f68efdb126 (patch) | |
tree | 5bfd2ce2608560ffa399b7761003de14a0ede1de /NAMESPACE | |
parent | 5de108a65125a443d12bff7fbbde946ffa92f644 (diff) |
Maintenance changes for the release of 0.6.4v0.6.4
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,16 +1,10 @@ -# 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( graphics, grDevices, stats, - MASS, - RODBC + MASS ) importFrom("drc", drm, ED, LN.2, LL.2, BC.4, W1.2) |