h5: Interface to the 'HDF5' Library

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.

Version: 0.9.9
Depends: R (≥ 3.2)
Imports: Rcpp (≥ 0.11.5), methods
LinkingTo: Rcpp
Suggests: testthat, roxygen2, zoo, microbenchmark, knitr, rmarkdown
Published: 2017-08-30
Author: Mario Annau [aut, cre]
Maintainer: Mario Annau <mario.annau at gmail.com>
BugReports: https://github.com/mannau/h5/issues
License: BSD_2_clause + file LICENSE
Copyright: See COPYRIGHTS file.
h5 copyright details
URL: https://github.com/mannau/h5
NeedsCompilation: yes
SystemRequirements: libhdf5 (>= 1.8.12) with C++ interface (--enable-cxx=yes) and v18 API enabled
Materials: NEWS INSTALL
CRAN checks: h5 results

Downloads:

Reference manual: h5.pdf
Vignettes: h5 Introduction
RFin2016 Slides
Package source: h5_0.9.9.tar.gz
Windows binaries: r-devel: h5_0.9.9.zip, r-release: h5_0.9.9.zip, r-oldrel: h5_0.9.9.zip
OS X El Capitan binaries: r-release: not available
OS X Mavericks binaries: r-oldrel: not available
Old sources: h5 archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=h5 to link to this page.