Package: h5lite
Title: Simplified 'HDF5' Interface
Version: 2.1.1.1
Authors@R: c(
person(
"Daniel P.", "Smith",
email = "dansmith01@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2479-2044")),
person(
"Alkek Center for Metagenomics and Microbiome Research",
role = c("cph", "fnd") ))
Description: A user-friendly interface for the Hierarchical Data Format
5 ('HDF5') library designed to "just work." It bundles the
necessary system libraries to ensure easy installation on all
platforms. Features smart defaults that automatically map R
objects (vectors, matrices, data frames) to efficient 'HDF5'
types, removing the need to manage low-level details like
dataspaces or property lists. Uses the 'HDF5' library developed
by The HDF Group .
URL: https://github.com/cmmr/h5lite, https://cmmr.github.io/h5lite/
BugReports: https://github.com/cmmr/h5lite/issues
Depends: R (>= 4.2.0)
LinkingTo: hdf5lib (>= 2.1.1.0)
Suggests: bit64, knitr, rmarkdown, tinytest
NeedsCompilation: yes
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Repository: https://cmmr.r-universe.dev
Date/Publication: 2026-05-14 16:42:59 UTC
RemoteUrl: https://github.com/cmmr/h5lite
RemoteRef: HEAD
RemoteSha: 90fc2d8084d4608817d3832ff3d46ba399c61c8e
Packaged: 2026-06-24 05:24:59 UTC; root
Author: Daniel P. Smith [aut, cre] (ORCID:
),
Alkek Center for Metagenomics and Microbiome Research [cph, fnd]
Maintainer: Daniel P. Smith