Closed PeteHaitch closed 6 years ago
This isn't currently documented in the 'Implementing a backend' vignette, but I think this is necessary. E.g., from HDF5Array
### For internal use only. setMethod("matrixClass", "HDF5Array", function(x) "HDF5Matrix")
It is indeed necessary. I added it to DelayedArray 0.5.6. Thanks for spotting this!
This isn't currently documented in the 'Implementing a backend' vignette, but I think this is necessary. E.g., from HDF5Array