[H5r-commits] r16 - R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 29 18:30:55 CEST 2010


Author: extemporaneousb
Date: 2010-04-29 18:30:54 +0200 (Thu, 29 Apr 2010)
New Revision: 16

Modified:
   R/h5R.R
   inst/.Rhistory
Log:


Modified: R/h5R.R
===================================================================
--- R/h5R.R	2010-04-23 18:51:04 UTC (rev 15)
+++ R/h5R.R	2010-04-29 16:30:54 UTC (rev 16)
@@ -87,7 +87,7 @@
   .Call("h5R_get_type", .ePtr(h5Obj), PACKAGE = 'h5r')
 })
 
-setMethod("initialize", "H5File", function(.Object, fileName, ...) {
+setMethod("initialize", c("H5File"), function(.Object, fileName) {
   ## This is obscene. I have to do this because somehow Subclasses
   ## call this on *class* instanteation time. 
   if (missing(fileName))

Modified: inst/.Rhistory
===================================================================
--- inst/.Rhistory	2010-04-23 18:51:04 UTC (rev 15)
+++ inst/.Rhistory	2010-04-29 16:30:54 UTC (rev 16)
@@ -1,8 +1,4 @@
-c
-dim(d3)
 d3 at .data
-dim(d3)
-d3 at .data
 d3 at .data$.data
 d3 at .data$datta
 d[]
@@ -148,3 +144,7 @@
 n
 c
 c
+files
+f
+d3
+d2



More information about the H5r-commits mailing list