Type: Package Package: rhdf5 Title: R Interface to HDF5 Version: 2.57.1 Authors@R: c( person("Bernd", "Fischer", role = "aut"), person("Mike", "Smith", role = "aut", comment = c(ORCID = "0000-0002-7800-3848", "Maintainer from 2017 to 2025")), person("Gregoire", "Pau", role = "aut"), person("Martin", "Morgan", role = "ctb"), person("Daniel", "van Twisk", role = "ctb"), person("Hugo", "Gruson", , "hugo.gruson@embl.de", role = "cre", comment = c(ORCID = "0000-0002-4094-1476")), person("German Network for Bioinformatics Infrastructure - de.NBI", role = "fnd", comment = c(ROR = "01vmpm840")) ) Description: This package provides an interface between HDF5 and R. HDF5's main features are the ability to store and access very large and/or complex datasets and a wide variety of metadata on mass storage (disk) through a completely portable file format. The rhdf5 package is thus suited for the exchange of large and/or complex datasets between R and other software package, and for letting R applications work on datasets that are larger than the available RAM. License: Artistic-2.0 URL: https://huber-group-embl.github.io/rhdf5/, https://github.com/Huber-group-EMBL/rhdf5 BugReports: https://github.com/Huber-group-EMBL/rhdf5/issues Depends: methods, R (>= 4.0.0) Imports: rhdf5filters (>= 1.15.5), Rhdf5lib (>= 1.33.3) Suggests: bench, BiocParallel, BiocStyle, bit64, curl, dplyr, ggplot2, knitr, rmarkdown, testthat, withr LinkingTo: Rhdf5lib VignetteBuilder: knitr biocViews: Infrastructure, DataImport Encoding: UTF-8 LazyLoad: true Roxygen: list(markdown = TRUE) SystemRequirements: GNU make Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make Repository: https://bioc.r-universe.dev Date/Publication: 2026-05-26 07:18:55 UTC RemoteUrl: https://github.com/bioc/rhdf5 RemoteRef: HEAD RemoteSha: 1dd62c41d01b482616e27461f12db3f662cc0256 NeedsCompilation: yes Packaged: 2026-06-23 15:01:00 UTC; root Author: Bernd Fischer [aut], Mike Smith [aut] (ORCID: , Maintainer from 2017 to 2025), Gregoire Pau [aut], Martin Morgan [ctb], Daniel van Twisk [ctb], Hugo Gruson [cre] (ORCID: ), German Network for Bioinformatics Infrastructure - de.NBI [fnd] (ROR: ) Maintainer: Hugo Gruson