Note that this does NOT add reading or writing support. The idea is to make it possible to view compound/time datasts in h5 even though it cannot currently read them. This PR will allow the creation of DataSet objects for datasets with these types, but they cannot be read into R itself.
This commit contains a change to the API in src/Helpers.h -- alloc and read functions now need full H5::DataType information. This is not strictly necessary for this feature, but it probably will be when full support for e.g. compound datatypes is added.
Note that this does NOT add reading or writing support. The idea is to make it possible to view compound/time datasts in
h5
even though it cannot currently read them. This PR will allow the creation of DataSet objects for datasets with these types, but they cannot be read into R itself.This commit contains a change to the API in
src/Helpers.h
-- alloc and read functions now need fullH5::DataType
information. This is not strictly necessary for this feature, but it probably will be when full support for e.g. compound datatypes is added.Happy to make changes to this PR as requested!