[Genabel-commits] r1800 - in pkg/DatABEL: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 12 13:05:51 CEST 2014


Author: lckarssen
Date: 2014-08-12 13:05:51 +0200 (Tue, 12 Aug 2014)
New Revision: 1800

Modified:
   pkg/DatABEL/R/databel_class.R
   pkg/DatABEL/man/databel-class.Rd
Log:
Minor updates/fixes in the DatABEL documentation.


Modified: pkg/DatABEL/R/databel_class.R
===================================================================
--- pkg/DatABEL/R/databel_class.R	2014-08-12 09:54:42 UTC (rev 1799)
+++ pkg/DatABEL/R/databel_class.R	2014-08-12 11:05:51 UTC (rev 1800)
@@ -7,8 +7,9 @@
 #' @slot usedColIndex (\code{"integer"})
 #' @slot uninames (\code{"list"})
 #' @slot backingfilename Name of the (stem of the) file that contains
-#' the data stored in DatABEL format ()\code{"character"})
-#' @slot cachesizeMb (\code{"integer"})
+#'       the data stored in DatABEL format (\code{"character"})
+#' @slot cachesizeMb Amount (in MB) of RAM to use for caching DatABEL
+#'       data. (\code{"integer"})
 #' @slot data (\code{"externalptr"})
 #' @note Will extend description here
 #' @name databel-class

Modified: pkg/DatABEL/man/databel-class.Rd
===================================================================
--- pkg/DatABEL/man/databel-class.Rd	2014-08-12 09:54:42 UTC (rev 1799)
+++ pkg/DatABEL/man/databel-class.Rd	2014-08-12 11:05:51 UTC (rev 1800)
@@ -126,9 +126,10 @@
 \item{\code{uninames}}{(\code{"list"})}
 
 \item{\code{backingfilename}}{Name of the (stem of the) file that contains
-the data stored in DatABEL format ()\code{"character"})}
+the data stored in DatABEL format (\code{"character"})}
 
-\item{\code{cachesizeMb}}{(\code{"integer"})}
+\item{\code{cachesizeMb}}{Amount (in MB) of RAM to use for caching DatABEL
+data. (\code{"integer"})}
 
 \item{\code{data}}{(\code{"externalptr"})}
 }}



More information about the Genabel-commits mailing list