diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-23 16:59:17 +0200 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-23 16:59:17 +0200 |
| commit | 46a092c54133fb1d1d2fafb356d8605789d7100d (patch) | |
| tree | 16479dbaf939c804fcdce40da10c5475e1f22ffb /NAMESPACE | |
| parent | 78b66d0fab2557cd4e0a13244eb371e6d521c9d3 (diff) | |
Hard work to make the project management safe
At the moment it is distracting, as modification tracking of projects is
not implemented yet
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ # Export all names -export("gmkin") +export("gmkin", "gmkinws") +S3method("print", "gmkinws") # Import all packages listed as Imports or Depends import(mkin, gWidgetsWWW2, R6, markdown) +importFrom(plyr, compact) |
