[Sciviews-commits] r209 - in pkg: svMisc svMisc/man svUnit svUnit/R svUnit/inst/doc svUnit/inst/komodo svUnit/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Oct 11 00:09:26 CEST 2009


Author: phgrosjean
Date: 2009-10-11 00:09:24 +0200 (Sun, 11 Oct 2009)
New Revision: 209

Modified:
   pkg/svMisc/DESCRIPTION
   pkg/svMisc/NEWS
   pkg/svMisc/man/Complete.Rd
   pkg/svMisc/man/CompletePlus.Rd
   pkg/svMisc/man/isHelp.Rd
   pkg/svMisc/man/progress.Rd
   pkg/svUnit/DESCRIPTION
   pkg/svUnit/NEWS
   pkg/svUnit/R/svUnit-internal.R
   pkg/svUnit/inst/doc/svUnit.pdf
   pkg/svUnit/inst/komodo/sciviewskunit-ko.xpi
   pkg/svUnit/man/guiTestReport.Rd
Log:
Small corrections in Rd files for svMisc and svUnit; svUnit komodo extension updated to version 0.7.1

Modified: pkg/svMisc/DESCRIPTION
===================================================================
--- pkg/svMisc/DESCRIPTION	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svMisc/DESCRIPTION	2009-10-10 22:09:24 UTC (rev 209)
@@ -4,8 +4,8 @@
 Imports: utils, methods
 Depends: R (>= 2.6.0)
 Description: Supporting functions for the GUI API (various utilitary functions)
-Version: 0.9-53
-Date: 2009-08-29
+Version: 0.9-54
+Date: 2009-10-10
 Author: Philippe Grosjean, Romain Francois & Kamil Barton
 Maintainer: Philippe Grosjean <phgrosjean at sciviews.org>
 License: GPL (>= 2)

Modified: pkg/svMisc/NEWS
===================================================================
--- pkg/svMisc/NEWS	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svMisc/NEWS	2009-10-10 22:09:24 UTC (rev 209)
@@ -1,5 +1,11 @@
 = svMisc News
 
+== Changes in svMisc 0.9-54
+
+* Cosmetic changes in Rd files to make them compatible with R 2.11 (devel). A
+  part of the example of CompletePlus() is eliminated because it raises an error.
+  
+
 == Changes in svMisc 0.9-53
 
 * Complete() now sorts items alphabetically and does not return completions

Modified: pkg/svMisc/man/Complete.Rd
===================================================================
--- pkg/svMisc/man/Complete.Rd	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svMisc/man/Complete.Rd	2009-10-10 22:09:24 UTC (rev 209)
@@ -68,8 +68,7 @@
 
 \author{ Philippe Grosjean <phgrosjean at sciviews.org> & Kamil Barton }
 
-\seealso{ \code{\link{CompletePlus}}, \code{\link{CallTip}},
-  \code{\link[utils]{rc.settings()}} }
+\seealso{ \code{\link{CompletePlus}}, \code{\link{CallTip}} }
 \examples{
     ## a data.frame
     data(iris)

Modified: pkg/svMisc/man/CompletePlus.Rd
===================================================================
--- pkg/svMisc/man/CompletePlus.Rd	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svMisc/man/CompletePlus.Rd	2009-10-10 22:09:24 UTC (rev 209)
@@ -42,7 +42,6 @@
 \examples{
 \dontrun{
 CompletePlus("dn")
-CompletePlus("rnorm(10, me")
 }
 }
 \keyword{ utilities }

Modified: pkg/svMisc/man/isHelp.Rd
===================================================================
--- pkg/svMisc/man/isHelp.Rd	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svMisc/man/isHelp.Rd	2009-10-10 22:09:24 UTC (rev 209)
@@ -32,8 +32,6 @@
   This code is largely inspired from the first part of \code{example()}.
 }
 
-\seealso{ \code{\link[base]{help}}, \code{\link[base]{example}} }
-
 \examples{
 isHelp("help")		# Help and example
 isHelp("Rtangle")	# Help but no example

Modified: pkg/svMisc/man/progress.Rd
===================================================================
--- pkg/svMisc/man/progress.Rd	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svMisc/man/progress.Rd	2009-10-10 22:09:24 UTC (rev 209)
@@ -59,8 +59,6 @@
 widget, or to display such a progress widget in the status bar of your main
 window. }
 
-\seealso{ \code{\link[utils]{txtProgressBar}}, \code{\link[utils]{tkProgressBar}} }
-
 \examples{
 # 1) A simple progress indicator in percent
 for (i in 0:101) {

Modified: pkg/svUnit/DESCRIPTION
===================================================================
--- pkg/svUnit/DESCRIPTION	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svUnit/DESCRIPTION	2009-10-10 22:09:24 UTC (rev 209)
@@ -4,8 +4,8 @@
 Depends: R (>= 1.9.0)
 Suggests: svGUI, datasets, utils
 Description: A complete unit test system and functions to implement its GUI part
-Version: 0.6-3
-Date: 2009-09-17
+Version: 0.6-4
+Date: 2009-10-10
 Author: Philippe Grosjean
 Maintainer: Philippe Grosjean <phgrosjean at sciviews.org>
 License: GPL (>= 2)

Modified: pkg/svUnit/NEWS
===================================================================
--- pkg/svUnit/NEWS	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svUnit/NEWS	2009-10-10 22:09:24 UTC (rev 209)
@@ -1,5 +1,15 @@
 = svUnit News
 
+== svUnit 0.7-1
+
+* Upgrade to the Komodo SciViews-K Unit plugin version 0.7-1.
+
+
+== svUnit 0.7-0
+
+* Typo correction in guiTestReport.Rd.
+
+
 == svUnit 0.6-3
 
 * The task callback mechanism introduced in svSocket 0.9-48 is now used to all

Modified: pkg/svUnit/R/svUnit-internal.R
===================================================================
--- pkg/svUnit/R/svUnit-internal.R	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svUnit/R/svUnit-internal.R	2009-10-10 22:09:24 UTC (rev 209)
@@ -30,7 +30,7 @@
 
 ".packageName" <- "svUnit"
 
-".komodoExtensionMinVersion" <- "0.6.0"
+".komodoExtensionMinVersion" <- "0.7.1"
 
 ".installUpgradeKomodoExtension" <-
 function ()

Modified: pkg/svUnit/inst/doc/svUnit.pdf
===================================================================
(Binary files differ)

Modified: pkg/svUnit/inst/komodo/sciviewskunit-ko.xpi
===================================================================
(Binary files differ)

Modified: pkg/svUnit/man/guiTestReport.Rd
===================================================================
--- pkg/svUnit/man/guiTestReport.Rd	2009-10-07 13:38:40 UTC (rev 208)
+++ pkg/svUnit/man/guiTestReport.Rd	2009-10-10 22:09:24 UTC (rev 209)
@@ -31,11 +31,11 @@
 }
 
 \value{
-  \code{guiSuiteList() returns thde list of available test suites invisibly.
+  \code{guiSuiteList()} returns the list of available test suites invisibly.
   \code{guiSuiteAutoList()} is used to establish a callback to automatically
   list the available test suites in the GUI. It is not intended to be called
   directly by the user. The other functions just return \code{TRUE} invisibly.
-  They are used for their side effect of sending data to compatible GUI clients. }
+  They are used for their side effect of sending data to compatible GUI clients.
 }
 
 \author{ Philippe Grosjean <phgrosjean at sciviews.org> }



More information about the Sciviews-commits mailing list