Package: rhdf5
Type: Package
Title: R Interface to HDF5
Version: 2.54.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", role = "cre",
      email = "hugo.gruson@embl.de",
      comment = c(ORCID = "0000-0002-4094-1476")
    )
  )
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://github.com/Huber-group-EMBL/rhdf5
BugReports: https://github.com/Huber-group-EMBL/rhdf5/issues
LazyLoad: true
VignetteBuilder: knitr
Imports: Rhdf5lib (>= 1.13.4), rhdf5filters (>= 1.15.5)
Depends: R (>= 4.0.0), methods
Suggests: bit64, BiocStyle, knitr, rmarkdown, testthat, bench, dplyr,
        ggplot2, mockery, BiocParallel
LinkingTo: Rhdf5lib
SystemRequirements: GNU make
biocViews: Infrastructure, DataImport
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/pak/sysreqs: make zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-12-02 13:21:14 UTC
RemoteUrl: https://github.com/bioc/rhdf5
RemoteRef: RELEASE_3_22
RemoteSha: 7f691e436af2edc5013a6036a4f863362372a363
NeedsCompilation: yes
Packaged: 2025-12-03 04:14:24 UTC; root
Author: Bernd Fischer [aut],
  Mike Smith [aut] (ORCID: <https://orcid.org/0000-0002-7800-3848>,
    Maintainer from 2017 to 2025),
  Gregoire Pau [aut],
  Martin Morgan [ctb],
  Daniel van Twisk [ctb],
  Hugo Gruson [cre] (ORCID: <https://orcid.org/0000-0002-4094-1476>)
Maintainer: Hugo Gruson <hugo.gruson@embl.de>
Built: R 4.5.2; x86_64-w64-mingw32; 2025-12-03 04:17:20 UTC; windows
Archs: x64
