[Genabel-commits] r1797 - pkg/DatABEL
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Aug 12 11:52:31 CEST 2014
Author: lckarssen
Date: 2014-08-12 11:52:31 +0200 (Tue, 12 Aug 2014)
New Revision: 1797
Modified:
pkg/DatABEL/DESCRIPTION
pkg/DatABEL/NAMESPACE
Log:
Minor changes to the DESCRIPTION and NAMESPACE file of DatABEL because I used devtools:document() to convert roxygen2 documentation
Modified: pkg/DatABEL/DESCRIPTION
===================================================================
--- pkg/DatABEL/DESCRIPTION 2014-08-12 09:50:49 UTC (rev 1796)
+++ pkg/DatABEL/DESCRIPTION 2014-08-12 09:52:31 UTC (rev 1797)
@@ -3,7 +3,8 @@
Title: file-based access to large matrices stored on HDD in binary format
Version: 0.9-5
Date: 2014-07-28
-Author: Yurii Aulchenko, Stepan Yakovenko, Erik Roos, Marcel Kempenaar, Maksim Struchalin
+Author: Yurii Aulchenko, Stepan Yakovenko, Erik Roos, Marcel Kempenaar, Maksim
+ Struchalin
Maintainer: Yurii Aulchenko <yurii at bionet.nsc.ru>
Depends:
R (>= 2.4.0),
Modified: pkg/DatABEL/NAMESPACE
===================================================================
--- pkg/DatABEL/NAMESPACE 2014-08-12 09:50:49 UTC (rev 1796)
+++ pkg/DatABEL/NAMESPACE 2014-08-12 09:52:31 UTC (rev 1797)
@@ -1,3 +1,5 @@
+# Generated by roxygen2 (4.0.1): do not edit by hand
+
S3method(as.double,databel)
export("cachesizeMb<-")
export("setReadOnly<-")
@@ -17,11 +19,11 @@
export(matrix2databel)
export(process_lm_output)
export(process_simple_output)
+export(save_as)
export(sum_NA)
export(sum_not_NA)
-export(save_as)
export(text2databel)
exportClasses(databel)
+exportMethods(show)
import(methods)
-exportMethods(show)
useDynLib(DatABEL)
More information about the Genabel-commits
mailing list