WARNING: Don't install this package unless you really understand why. This is not the real hdf5r package!
This is a non-working packages that users of Seurat can install if they fail to install the real hdf5r package, e.g. if the system library hdf5 (>= 1.8.12) is not available. By installing this fake hdf5r package, the Seurat::Read10X_h5()
function used for reading 10X HDF5 files will not work.
To, install this fake package, do:
remotes::install_github("UCSF-TI/fake-hdf5r")
After this, you should be able to install the latest version of Seurat as:
install.packages("Seurat")