diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-22 17:30:09 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-22 17:30:09 +0200 |
commit | c737c606058cb4c2a0805e2bec8ce356d01a627a (patch) | |
tree | 39da39d3868144fd8103386ed31fcccb09c73164 /NAMESPACE | |
parent | d1fe83f2f1a9c0d775b0dc8f18301a8bbb454077 (diff) |
A lot of working components of the new layout
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Export all names -exportPattern(".") +export("gmkin") # Import all packages listed as Imports or Depends -import(mkin, gWidgetsWWW2) +import(mkin, gWidgetsWWW2, R6, markdown) |