Package: h5lite 2.1.1.1

h5lite: Simplified 'HDF5' Interface
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 <https://www.hdfgroup.org/>.
Authors:
h5lite_2.1.1.1.tar.gz
h5lite_2.1.1.1.zip(r-4.7)h5lite_2.1.1.1.zip(r-4.6)h5lite_2.1.1.1.zip(r-4.5)
h5lite_2.1.1.1.tgz(r-4.6-x86_64)h5lite_2.1.1.1.tgz(r-4.6-arm64)h5lite_2.1.1.1.tgz(r-4.5-x86_64)h5lite_2.1.1.1.tgz(r-4.5-arm64)
h5lite_2.1.1.1.tar.gz(r-4.7-arm64)h5lite_2.1.1.1.tar.gz(r-4.7-x86_64)h5lite_2.1.1.1.tar.gz(r-4.6-arm64)h5lite_2.1.1.1.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
h5lite/json (API)
| # Install 'h5lite' in R: |
| install.packages('h5lite', repos = c('https://cmmr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cmmr/h5lite/issues
Pkgdown/docs site:https://cmmr.github.io
Last updated from:90fc2d8084. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 329 | ||
| linux-devel-x86_64 | OK | 291 | ||
| source / vignettes | OK | 344 | ||
| linux-release-arm64 | OK | 295 | ||
| linux-release-x86_64 | OK | 304 | ||
| macos-release-arm64 | OK | 95 | ||
| macos-release-x86_64 | OK | 193 | ||
| macos-oldrel-arm64 | OK | 98 | ||
| macos-oldrel-x86_64 | OK | 182 | ||
| windows-devel | OK | 107 | ||
| windows-release | OK | 105 | ||
| windows-oldrel | OK | 98 | ||
| wasm-release | FAIL | 320 |
Exports:h5_attr_namesh5_classh5_compressionh5_create_fileh5_create_grouph5_deleteh5_dimh5_existsh5_inspecth5_is_dataseth5_is_grouph5_lengthh5_lsh5_moveh5_namesh5_openh5_readh5_strh5_typeofh5_write
Dependencies:hdf5lib
Last update: 2026-04-15
Started: 2026-04-15
Last update: 2026-03-26
Started: 2026-03-26
Last update: 2026-03-26
Started: 2025-11-14
Last update: 2026-03-03
Started: 2026-03-03
Last update: 2026-03-02
Started: 2025-11-18
Last update: 2026-03-02
Started: 2026-01-13
Last update: 2026-03-02
Started: 2025-11-18
Last update: 2026-01-13
Started: 2025-11-18
Last update: 2026-01-13
Started: 2025-11-18
Last update: 2026-01-13
Started: 2025-12-09
Last update: 2026-01-13
Started: 2025-11-18
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| List HDF5 Attributes | h5_attr_names |
| Get R Class of an HDF5 Object or Attribute | h5_class |
| Define HDF5 Compression and Filter Settings | h5_compression |
| Create an HDF5 File | h5_create_file |
| Create an HDF5 Group | h5_create_group |
| Delete an HDF5 Object or Attribute | h5_delete |
| Get Dimensions of an HDF5 Object or Attribute | h5_dim |
| Check if an HDF5 File, Object, or Attribute Exists | h5_exists |
| Inspect HDF5 Dataset Creation Properties | h5_inspect |
| Check if an HDF5 Object is a Dataset | h5_is_dataset |
| Check if an HDF5 Object is a Group | h5_is_group |
| Get the Total Length of an HDF5 Object or Attribute | h5_length |
| List HDF5 Objects | h5_ls |
| Move or Rename an HDF5 Object | h5_move |
| Get Names of an HDF5 Object | h5_names |
| Create an HDF5 File Handle | h5_open |
| Read an HDF5 Object or Attribute | h5_read |
| Display the Structure of an HDF5 Object | h5_str |
| Get HDF5 Storage Type of an Object or Attribute | h5_typeof |
| Write an R Object to HDF5 | h5_write |
