[Sciviews-commits] r33 - pkg/svMisc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jul 1 15:12:35 CEST 2008


Author: romain
Date: 2008-07-01 15:12:35 +0200 (Tue, 01 Jul 2008)
New Revision: 33

Modified:
   pkg/svMisc/DESCRIPTION
   pkg/svMisc/NAMESPACE
   pkg/svMisc/NEWS
Log:
included CompletePlus

Modified: pkg/svMisc/DESCRIPTION
===================================================================
--- pkg/svMisc/DESCRIPTION	2008-07-01 07:10:20 UTC (rev 32)
+++ pkg/svMisc/DESCRIPTION	2008-07-01 13:12:35 UTC (rev 33)
@@ -3,7 +3,7 @@
 Imports: utils, methods
 Depends: R (>= 2.7.0)
 Description: Supporting functions for the GUI API (various utilitary functions)
-Version: 0.9-42
+Version: 0.9-43
 Date: 2008-06-06
 Author: Philippe Grosjean
 Maintainer: Philippe Grosjean <phgrosjean at sciviews.org>

Modified: pkg/svMisc/NAMESPACE
===================================================================
--- pkg/svMisc/NAMESPACE	2008-07-01 07:10:20 UTC (rev 32)
+++ pkg/svMisc/NAMESPACE	2008-07-01 13:12:35 UTC (rev 33)
@@ -1,4 +1,5 @@
 import(utils)
+import(tools)
 importFrom(methods, getMethods, isGeneric, showMethods)
 
 export(	addActions,
@@ -14,6 +15,7 @@
 		clipsource,
 		compareRVersion,
 		Complete,
+    CompletePlus,
 		def,
 		existsTemp,
 		getEnvironment,

Modified: pkg/svMisc/NEWS
===================================================================
--- pkg/svMisc/NEWS	2008-07-01 07:10:20 UTC (rev 32)
+++ pkg/svMisc/NEWS	2008-07-01 13:12:35 UTC (rev 33)
@@ -1,5 +1,9 @@
 = svMisc News
 
+== Changes in svMisc 0.9-43
+
+* CompletePlus() created to obtain information on the completion possibilities
+
 == Changes in svMisc 0.9-42
 
 * objList() did not place each item in a line when result is written in a file



More information about the Sciviews-commits mailing list