Package: h5mread Title: A fast HDF5 reader Description: The main function in the h5mread package is h5mread(), which allows reading arbitrary data from an HDF5 dataset into R, similarly to what the h5read() function from the rhdf5 package does. In the case of h5mread(), the implementation has been optimized to make it as fast and memory-efficient as possible. biocViews: Infrastructure, DataRepresentation, DataImport URL: https://bioconductor.org/packages/h5mread BugReports: https://github.com/Bioconductor/h5mread/issues Version: 1.5.0 License: Artistic-2.0 Encoding: UTF-8 Authors@R: person("Hervé", "Pagès", role=c("aut", "cre"), email="hpages.on.github@gmail.com", comment=c(ORCID="0009-0002-8272-4522")) Depends: R (>= 4.5), methods, rhdf5, BiocGenerics, SparseArray Imports: stats, tools, rhdf5filters, S4Vectors, IRanges, S4Arrays LinkingTo: Rhdf5lib, S4Vectors SystemRequirements: GNU make Suggests: BiocParallel, ExperimentHub, TENxBrainData, HDF5Array, testthat, knitr, rmarkdown, BiocStyle VignetteBuilder: knitr Collate: utils.R h5dim.R H5File-class.R h5ls.R H5DSetDescriptor-class.R uaselection.R h5mread.R h5summarize.R h5mread_from_reshaped.R h5dimscales.R h5writeDimnames.R zzz.R Config/pak/sysreqs: make libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:04:12 UTC RemoteUrl: https://github.com/bioc/h5mread RemoteRef: HEAD RemoteSha: 2a42d3c56c438dbbe3f26dee668ae3767855bffd NeedsCompilation: yes Packaged: 2026-07-05 12:07:14 UTC; root Author: Hervé Pagès [aut, cre] (ORCID: ) Maintainer: Hervé Pagès