[Genabel-commits] r1641 - pkg/DatABEL/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Mar 15 10:58:34 CET 2014
Author: lckarssen
Date: 2014-03-15 10:58:34 +0100 (Sat, 15 Mar 2014)
New Revision: 1641
Modified:
pkg/DatABEL/R/DatABEL-package.R
Log:
- Updated the DatABEL-package.R file to the coding standards
- Replaced "NA" at the end of the file with "NULL", otherwise Roxygen2's roxygenise() fails to complete.
Modified: pkg/DatABEL/R/DatABEL-package.R
===================================================================
--- pkg/DatABEL/R/DatABEL-package.R 2014-03-15 00:03:29 UTC (rev 1640)
+++ pkg/DatABEL/R/DatABEL-package.R 2014-03-15 09:58:34 UTC (rev 1641)
@@ -1,12 +1,13 @@
-#' DatABEL package for fast consecutive access to large out-of-RAM stored matrices
-#'
-#' A package interfacing FILEVECTOR C++ library
-#' for storage of and fast consecutive access to
-#' large data matrices in out-of-RAM disk mode
-#' with regulated cache size. Columns of matrix
-#' are accessible very quickly.
-#'
-#' @seealso
+#' DatABEL package for fast consecutive access to large out-of-RAM
+#' stored matrices
+#'
+#' A package interfacing FILEVECTOR C++ library
+#' for storage of and fast consecutive access to
+#' large data matrices in out-of-RAM disk mode
+#' with regulated cache size. Columns of matrix
+#' are accessible very quickly.
+#'
+#' @seealso
#' \code{\link{apply2dfo}},
#' \code{\link{databel2matrix}},
#' \code{\link{databel2text}},
@@ -14,11 +15,12 @@
#' \code{\link{matrix2databel}},
#' \code{\link{text2databel}},
#' \code{\linkS4class{databel}}
-#'
+#'
#' @docType package
#' @name DatABEL-package
#' @aliases "DatABEL"
-#'
-#' @author Yurii Aulchenko (R code), Stepan Yakovenko (R and C++ code), Andrey Chernyh (C++ code)
-#'
-NA
\ No newline at end of file
+#'
+#' @author Yurii Aulchenko (R code), Stepan Yakovenko (R and C++
+#' code), Andrey Chernyh (C++ code)
+#'
+NULL
More information about the Genabel-commits
mailing list