Package: rhdf5
Type: Package
Title: HDF5 interface to R
Version: 2.24.0
Authors@R: c(person("Bernd", "Fischer", role = c("aut")), 
        person("Gregoire", "Pau", role="aut"),
        person("Mike", "Smith", role=c("aut", "cre"), email = "mike.smith@embl.de"),
        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
LazyLoad: true
VignetteBuilder: knitr
Imports: Rhdf5lib
Depends: methods
Suggests: bit64, BiocStyle, knitr, rmarkdown, testthat
LinkingTo: Rhdf5lib
biocViews: Infrastructure, DataImport
NeedsCompilation: yes
Packaged: 2018-05-01 01:43:37 UTC; biocbuild
Author: Bernd Fischer [aut],
  Gregoire Pau [aut],
  Mike Smith [aut, cre],
  Martin Morgan [ctb],
  Daniel van Twisk [ctb]
Maintainer: Mike Smith <mike.smith@embl.de>
Built: R 3.5.0; i386-w64-mingw32; 2018-05-01 12:40:29 UTC; windows
Archs: i386, x64
