Upgrades the windows version of HDF5 to 1.8.16 and ensures compatibility with RTools 4.0
hdf5r 1.2.02019-04-20
Fixes bug #123: inconsistent subsetting, where certain subsets (usually short and one-dimensional) were returned incorrectly (offset by 1)
hdf5r 1.1.12019-03-26
Fixes some potential problematic places in code by RCHK
Update the links to the documentation
hdf5r 1.0.12018-10-07
Updated package to work with version 1.10.2 and 1.10.3 of HDF5
Fixed issue #84, adding full.names argument in h5-wrapper to list.groups; also added test
Fixed issue #82, causing the “ls” method to hang for some large datasets; this is caused by H5Oget_info being slow for such datasets; using the deprecated H5Aget_num_attrs instead where needed