[H5r-commits] r44 - tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 19 17:50:18 CEST 2011


Author: extemporaneousb
Date: 2011-04-19 17:50:17 +0200 (Tue, 19 Apr 2011)
New Revision: 44

Modified:
   tests/testwrite.R
Log:
comments



Modified: tests/testwrite.R
===================================================================
--- tests/testwrite.R	2011-04-19 00:18:26 UTC (rev 43)
+++ tests/testwrite.R	2011-04-19 15:50:17 UTC (rev 44)
@@ -15,6 +15,12 @@
 createH5Dataset( g1, "ds4", rbind(rep(1, 10), rep(2, 10)))
 getH5Dataset(g1, "ds4")[]
 
+ds = createH5Dataset( g1, "ds4", data = NULL, dim = NULL, chunks = NULL)
+ds[1:10, 1:10] <- dta
+ds[] 
+
+
+
 createH5Attribute( h5e, "attr1", 1:4 ) 
 
 



More information about the H5r-commits mailing list