From 46a092c54133fb1d1d2fafb356d8605789d7100d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 23 Oct 2015 16:59:17 +0200 Subject: Hard work to make the project management safe At the moment it is distracting, as modification tracking of projects is not implemented yet --- NAMESPACE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index ca61543..4673d9a 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) -- cgit v1.2.1