Package: h5
Type: Package
Title: Interface to the 'HDF5' Library
Version: 0.9.9
Date: 2017-08-27
Authors@R: c(person("Mario", "Annau", role = c("aut", "cre"),
         email = "mario.annau@gmail.com"))
Copyright: See COPYRIGHTS file.
Description: S4 Interface to the 'HDF5' library supporting fast storage and
    retrieval of R-objects like vectors, matrices and arrays to binary files in
    a language independent format. The 'HDF5' format can therefore be used as
    an alternative to R's save/load mechanism. Since h5 is able to access only
    subsets of stored data it can also handle data sets which do not fit into
    memory.
License: BSD_2_clause + file LICENSE
BugReports: https://github.com/mannau/h5/issues
URL: https://github.com/mannau/h5
SystemRequirements: libhdf5 (>= 1.8.12) with C++ interface
        (--enable-cxx=yes) and v18 API enabled
Depends: R (>= 3.2)
Imports: Rcpp (>= 0.11.5), methods
LinkingTo: Rcpp
Suggests: testthat, roxygen2, zoo, microbenchmark, knitr, rmarkdown
VignetteBuilder: knitr
Collate: 'H5Location-Attribute.R' 'Attribute.R' 'CommonFG.R'
        'CommonFG-DataSet.R' 'CommonFG-Group.R' 'DataSet.R'
        'DataSpace.R' 'Dataset-Extend.R' 'Dataset-Subset.R' 'H5File.R'
        'H5Group.R' 'Helpers.R' 'RcppExports.R' 'h5-package.R'
RoxygenNote: 6.0.1.9000
NeedsCompilation: yes
Packaged: 2017-08-29 22:20:19 UTC; mario
Author: Mario Annau [aut, cre]
Maintainer: Mario Annau <mario.annau@gmail.com>
Repository: CRAN
Date/Publication: 2017-08-30 12:33:09 UTC
