H C Pumphrey wrote:
H C Pumphrey wrote:
I'm trying to fix a subtle bug in the hdf5 package. This package
provides an interfaces to the HDF5 library and hence allows one to
load data into R from files in the HDF5 format. The bug appeared
during a period in which R changed but the package did n
H C Pumphrey wrote:
I'm trying to fix a subtle bug in the hdf5 package. This package
provides an interfaces to the HDF5 library and hence allows one to load
data into R from files in the HDF5 format. The bug appeared during a
period in which R changed but the package did not. [details snipped]
Looks like you should be using finalizers instead. See the RODBC
package for an example of this.
On Fri, 4 Mar 2011, H C Pumphrey wrote:
Dear all,
I'm trying to fix a subtle bug in the hdf5 package. This package provides an
interfaces to the HDF5 library and hence allows one to load data in
Dear all,
I'm trying to fix a subtle bug in the hdf5 package. This package provides an
interfaces to the HDF5 library and hence allows one to load data into R from
files in the HDF5 format. The bug appeared during a period in which R changed
but the package did not.
I include below both the