Package: h5
Type: Package
Title: Interface to the 'HDF5' Library
Version: 0.9.7
Date: 2016-05-10
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: http://h5.predictingdaemon.com https://github.com/mannau/h5
SystemRequirements: libhdf5 (>= 1.8.x) 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, highlight, zoo, microbenchmark
VignetteBuilder: highlight
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'
NeedsCompilation: yes
Packaged: 2016-05-10 22:40:20 UTC; mario
Author: Mario Annau [aut, cre]
Maintainer: Mario Annau <mario.annau@gmail.com>
Repository: CRAN
Date/Publication: 2016-05-11 06:18:10
