Package: rhdf5
Type: Package
Title: R Interface to HDF5
Version: 2.34.0
Authors@R: c(person("Bernd", "Fischer", role = c("aut")), 
        person("Mike", "Smith", 
            role=c("aut", "cre"), 
            email = "mike.smith@embl.de",
            comment = c(ORCID = "0000-0002-7800-3848")
        ),
        person("Gregoire", "Pau", role="aut"),
        person("Martin", "Morgan", role = "ctb"),
        person("Daniel", "van Twisk", role = "ctb"))
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/grimbough/rhdf5
BugReports: https://github.com/grimbough/rhdf5/issues
LazyLoad: true
VignetteBuilder: knitr
Imports: Rhdf5lib (>= 1.11.0), rhdf5filters
Depends: R (>= 3.5.0), methods
Suggests: bit64, BiocStyle, knitr, rmarkdown, testthat, microbenchmark,
        dplyr, ggplot2
LinkingTo: Rhdf5lib
SystemRequirements: GNU make
biocViews: Infrastructure, DataImport
Encoding: UTF-8
RoxygenNote: 6.1.1
git_url: https://git.bioconductor.org/packages/rhdf5
git_branch: RELEASE_3_12
git_last_commit: ec861b8
git_last_commit_date: 2020-10-27
Date/Publication: 2020-10-27
NeedsCompilation: yes
Packaged: 2020-10-28 02:59:34 UTC; biocbuild
Author: Bernd Fischer [aut],
  Mike Smith [aut, cre] (<https://orcid.org/0000-0002-7800-3848>),
  Gregoire Pau [aut],
  Martin Morgan [ctb],
  Daniel van Twisk [ctb]
Maintainer: Mike Smith <mike.smith@embl.de>
