[Sciviews-commits] r102 - in pkg: svIDE/man svMisc/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 23 10:23:05 CET 2009


Author: phgrosjean
Date: 2009-01-23 10:23:04 +0100 (Fri, 23 Jan 2009)
New Revision: 102

Modified:
   pkg/svIDE/man/guiDDEInstall.Rd
   pkg/svMisc/man/Args.Rd
   pkg/svMisc/man/TempEnv.Rd
   pkg/svMisc/man/descFun.Rd
Log:
Small corrections to .Rd files in svMisc and svIDE

Modified: pkg/svIDE/man/guiDDEInstall.Rd
===================================================================
--- pkg/svIDE/man/guiDDEInstall.Rd	2009-01-22 16:04:55 UTC (rev 101)
+++ pkg/svIDE/man/guiDDEInstall.Rd	2009-01-23 09:23:04 UTC (rev 102)
@@ -20,7 +20,7 @@
     can use "clipboard" to send the result to the clipboard under Windows only }
   \item{onlyargs}{ Do we return the whole calltip or only the function arguments? }
   \item{width}{ Reformat the calltip to with (use 0 for not reformatting it) }
-  \item{location} { If \code{TRUE} then the location (in which package the
+  \item{location}{ If \code{TRUE} then the location (in which package the
     function resides) is appended to the calltip between square brackets }
   \item{givetype}{ Return also the type of each object in the completion list (possibly
     to use set a different icon in the list displayed by the external program) }

Modified: pkg/svMisc/man/Args.Rd
===================================================================
--- pkg/svMisc/man/Args.Rd	2009-01-22 16:04:55 UTC (rev 101)
+++ pkg/svMisc/man/Args.Rd	2009-01-23 09:23:04 UTC (rev 102)
@@ -20,7 +20,7 @@
   \item{only.args}{ Do we return only arguments of the function
     (\code{arg1, arg2 = TRUE, ...}),
   or the full call, like (\code{myfun(arg1, arg2 = TRUE, ...)}). }
-  \item{location} { If \code{TRUE} then the location (in which package the
+  \item{location}{ If \code{TRUE} then the location (in which package the
     function resides) is appended to the calltip between square brackets }
 }
 
@@ -28,7 +28,7 @@
   A string with the calling syntax of the function
 }
 \author{ Philippe Grosjean <phgrosjean at sciviews.org> }
-\note{ \code{Args()} is supposed to display S3/S4 methods, and primitives
+\note{ \code{Args()} is supposed to display S3 and S4 methods, and primitives
   adequately,... but this is not implemented yet in the current version! }
 
 \examples{

Modified: pkg/svMisc/man/TempEnv.Rd
===================================================================
--- pkg/svMisc/man/TempEnv.Rd	2009-01-22 16:04:55 UTC (rev 101)
+++ pkg/svMisc/man/TempEnv.Rd	2009-01-23 09:23:04 UTC (rev 102)
@@ -4,7 +4,7 @@
 \title{ Get an environment dedicated to temporary variables (and create it if needed)  }
 \description{
   This function creates and returns the reference to a TempEnv environment
-  located just before /code{Autoloads} on the search path.
+  located just before \code{Autoloads} on the search path.
 }
 
 \usage{

Modified: pkg/svMisc/man/descFun.Rd
===================================================================
--- pkg/svMisc/man/descFun.Rd	2009-01-22 16:04:55 UTC (rev 101)
+++ pkg/svMisc/man/descFun.Rd	2009-01-23 09:23:04 UTC (rev 102)
@@ -24,7 +24,7 @@
 	of the arguments to search for }
   \item{package}{ A character string with the name of the package that contains
     \code{fun}, or \code{NULL} for searching in all loaded packages }
-  \item{lib.loc} { A character vector of directory names of \R libraries, or
+  \item{lib.loc}{ A character vector of directory names of \R libraries, or
     \code{NULL}. The default value of \code{NULL} corresponds to all libraries
 	currently known. If the default is used, the loaded packages are searched
 	before the libraries. }



More information about the Sciviews-commits mailing list