[Sciviews-commits] r462 - in pkg: svDialogs svDialogs/R svDialogs/inst svDialogs/man svHttp svKomodo svKomodo/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 2 11:52:38 CEST 2012


Author: phgrosjean
Date: 2012-04-02 11:52:38 +0200 (Mon, 02 Apr 2012)
New Revision: 462

Added:
   pkg/svKomodo/inst/NEWS.Rd
Modified:
   pkg/svDialogs/DESCRIPTION
   pkg/svDialogs/NEWS
   pkg/svDialogs/R/dlgForm.R
   pkg/svDialogs/inst/NEWS.Rd
   pkg/svDialogs/man/svDialogs-package.Rd
   pkg/svHttp/DESCRIPTION
   pkg/svKomodo/DESCRIPTION
   pkg/svKomodo/NEWS
Log:
Small changes in NEWS for svDialogs & svKomodo

Modified: pkg/svDialogs/DESCRIPTION
===================================================================
--- pkg/svDialogs/DESCRIPTION	2012-04-02 09:05:06 UTC (rev 461)
+++ pkg/svDialogs/DESCRIPTION	2012-04-02 09:52:38 UTC (rev 462)
@@ -1,7 +1,7 @@
 Package: svDialogs
 Type: Package
-Version: 0.9-50
-Date: 2012-03-31
+Version: 0.9-51
+Date: 2012-04-02
 Title: SciViews GUI API - Dialog boxes
 Authors at R: c(person("Philippe", "Grosjean", role = c("aut", "cre"),
   email = "phgrosjean at sciviews.org"))

Modified: pkg/svDialogs/NEWS
===================================================================
--- pkg/svDialogs/NEWS	2012-04-02 09:05:06 UTC (rev 461)
+++ pkg/svDialogs/NEWS	2012-04-02 09:52:38 UTC (rev 462)
@@ -1,5 +1,10 @@
 = svDialogs News
 
+== Changes in svDialogs 0.9-51
+
+* NEWS file reworked to use the new Rd format.
+
+
 == Changes in svDialogs 0.9-50
 
 * Slight changes in flexible dialog functions according to notes generated by

Modified: pkg/svDialogs/R/dlgForm.R
===================================================================
--- pkg/svDialogs/R/dlgForm.R	2012-04-02 09:05:06 UTC (rev 461)
+++ pkg/svDialogs/R/dlgForm.R	2012-04-02 09:52:38 UTC (rev 462)
@@ -1,3 +1,4 @@
+## You have to run yad to get this dialog box!
 ## The form is defined as a list
 ## TXT, H, RO, NUM, CHK, CB, CBE, FL, SFL, DIR, CDIR, FN, MFL, DT, CLR, BTN or LBL
 ## TXT = simple text entry (default type)

Modified: pkg/svDialogs/inst/NEWS.Rd
===================================================================
--- pkg/svDialogs/inst/NEWS.Rd	2012-04-02 09:05:06 UTC (rev 461)
+++ pkg/svDialogs/inst/NEWS.Rd	2012-04-02 09:52:38 UTC (rev 462)
@@ -3,6 +3,12 @@
 
 \section{Changes in version 0.9-50}{
 	\itemize{
+    \item{ NEWS file reworked to use the new Rd format. }
+	}
+}
+
+\section{Changes in version 0.9-50}{
+	\itemize{
     \item{ Slight changes in flexible dialog functions according to notes
 			generated by \preformatted{R CMD check} (2.15.0), i.e., partial matching
 			of argument env(ir) and use of \code{.Internal} in \code{eval.with.vis()};

Modified: pkg/svDialogs/man/svDialogs-package.Rd
===================================================================
--- pkg/svDialogs/man/svDialogs-package.Rd	2012-04-02 09:05:06 UTC (rev 461)
+++ pkg/svDialogs/man/svDialogs-package.Rd	2012-04-02 09:52:38 UTC (rev 462)
@@ -12,8 +12,8 @@
   \tabular{ll}{
     Package: \tab svDialogs\cr
     Type: \tab Package\cr
-    Version: \tab 0.9-50\cr
-    Date: \tab 2012-03-31\cr
+    Version: \tab 0.9-51\cr
+    Date: \tab 2012-04-02\cr
     License: \tab GPL 2 or above, at your convenience\cr
   }
   % TODO: add description of main functions here. Also add examples

Modified: pkg/svHttp/DESCRIPTION
===================================================================
--- pkg/svHttp/DESCRIPTION	2012-04-02 09:05:06 UTC (rev 461)
+++ pkg/svHttp/DESCRIPTION	2012-04-02 09:52:38 UTC (rev 462)
@@ -9,7 +9,7 @@
 Maintainer: Philippe Grosjean <phgrosjean at sciviews.org>
 Depends: R (>= 2.11.0)
 Imports: tools, svMisc (>= 0.9-62)
-Suggests: svSocket (>= 0.9-52)
+Suggests: svSocket
 Description: Implements a simple HTTP server allowing to connect GUI clients to R
 License: GPL-2
 URL: http://www.sciviews.org/SciViews-R

Modified: pkg/svKomodo/DESCRIPTION
===================================================================
--- pkg/svKomodo/DESCRIPTION	2012-04-02 09:05:06 UTC (rev 461)
+++ pkg/svKomodo/DESCRIPTION	2012-04-02 09:52:38 UTC (rev 462)
@@ -1,7 +1,7 @@
 Package: svKomodo
 Type: Package
-Version: 0.9-55
-Date: 2012-03-31
+Version: 0.9-56
+Date: 2012-04-02
 Title: SciViews GUI API - Functions to interface with Komodo Edit/IDE
 Authors at R: c(person("Philippe", "Grosjean", role = c("aut", "cre"),
   email = "phgrosjean at sciviews.org"))
@@ -9,7 +9,7 @@
 Maintainer: Philippe Grosjean <phgrosjean at sciviews.org>
 Depends: R (>= 2.6.0), svMisc (>= 0.9-62)
 Imports: utils
-Suggests: svHttp (>= 0.9-52), svSocket (>= 0.9-52)
+Suggests: svHttp, svSocket
 SystemRequirements: Komodo Edit (http://www.openkomodo.com), SciViews-K (http://www.sciviews.org/SciViews-K)
 Description: Functions to manage the GUI client, like Komodo with the
   SciViews-K extension

Modified: pkg/svKomodo/NEWS
===================================================================
--- pkg/svKomodo/NEWS	2012-04-02 09:05:06 UTC (rev 461)
+++ pkg/svKomodo/NEWS	2012-04-02 09:52:38 UTC (rev 462)
@@ -1,5 +1,10 @@
 = svKomodo News
 
+== Changes in svKomodo 0.9-56
+
+* NEWS file reworked to use the new Rd format.
+
+
 == Changes in svKomodo 0.9-55
 
 * On some machines, system("locate Komodo ...") fails. Added some more checking

Added: pkg/svKomodo/inst/NEWS.Rd
===================================================================
--- pkg/svKomodo/inst/NEWS.Rd	                        (rev 0)
+++ pkg/svKomodo/inst/NEWS.Rd	2012-04-02 09:52:38 UTC (rev 462)
@@ -0,0 +1,59 @@
+\name{NEWS}
+\title{NEWS file for the svKomodo package}
+
+\section{Changes in version 0.9-56}{
+	\itemize{
+    \item{ NEWS file reworked to use the new Rd format. }
+  }
+}
+
+\section{Changes in version 0.9-55}{
+	\itemize{
+    \item{ On some machines, \code{system("locate Komodo ...")} fails. Added
+			some more checking in this situation. }
+			
+    \item{ In \code{.onLoad()}, slight reworking of the \code{svPager()}
+			function to avoid calling \code{.Internal(file.show(....))}. }			
+	}
+}
+
+\section{Changes in version 0.9-54}{
+	\itemize{
+    \item{ Startup code is changed... a part of the code in
+			\preformatted{svStart.R} in the SciViews-K plugin is now executed here! }
+		
+		\item{ Save and load SciViews config in
+			\preformatted{~/.SciViewsConfig.RData} file, so that it is possible to
+			reconfigure R for SciViews just by reloading the present package. }
+	}
+}
+
+\section{Changes in version 0.9-53}{
+	\itemize{
+    \item{ \code{koCmd()} can now use either socket or file for communication
+			with Komodo. }
+	}
+}
+
+\section{Changes in version 0.9-52}{
+	\itemize{
+    \item{ The package is created from \pkg{svGUI} 0.9-51 (functions that
+			concern interaction with Komodo Edit/IDE). \code{guiInstall()},
+			\code{guiUninstall()}, \code{guiRefresh()} & \code{guiAutoRefresh()} are
+			also renamed \code{koXXX()}, in order to better match their purpose (to
+			communicate with Komodo Edit/IDE only), while the previous implementation
+			was intended for more general purpose. Since, it was never used elsewhere,
+			narrowing its scope allows to simplify the code greatly! }
+			
+	  \item{ The callback mechanism to run commands from a client is now moved
+			from \pkg{svSocket} package to here, so that it can also be used in the
+			\pkg{svHttp} package. }
+			
+		\item{ \code{koRefresh()} now look at the "changed" attribute of the object
+			returned by \code{objList()}, and so, can make the difference between no
+			changes, and changes, but the environment got no more objects. }
+			
+		\item{ For additional changes in these functions in \pkg{svGUI} up to
+			version 0.9-51, see its corresponding \preformatted{NEWS} file. }
+  }
+}



More information about the Sciviews-commits mailing list