Package: hdfqlr 0.6-2

hdfqlr: Interface to 'HDFql' API
Provides an interface to 'HDFql' <https://www.hdfql.com/> and helper functions for reading data from and writing data to 'HDF5' files. 'HDFql' provides a high-level language for managing 'HDF5' data that is platform independent. For more information, see the reference manual <https://www.hdfql.com/resources/HDFqlReferenceManual.pdf>.
Authors:
hdfqlr_0.6-2.tar.gz
hdfqlr_0.6-2.zip(r-4.7)hdfqlr_0.6-2.zip(r-4.6)hdfqlr_0.6-2.zip(r-4.5)
hdfqlr_0.6-2.tgz(r-4.6-any)hdfqlr_0.6-2.tgz(r-4.5-any)
hdfqlr_0.6-2.tar.gz(r-4.7-any)hdfqlr_0.6-2.tar.gz(r-4.6-any)
hdfqlr_0.6-2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
hdfqlr/json (API)
NEWS
| # Install 'hdfqlr' in R: |
| install.packages('hdfqlr', repos = c('https://mkoohafkan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mkoohafkan/hdfqlr/issues
Pkgdown/docs site:https://hydroecology.net
Last updated from:100be76506. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 124 | ||
| source / vignettes | OK | 214 | ||
| linux-release-x86_64 | OK | 111 | ||
| macos-release-arm64 | OK | 84 | ||
| macos-oldrel-arm64 | OK | 71 | ||
| windows-devel | OK | 68 | ||
| windows-release | OK | 70 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 88 |
Exports:hqlhql_close_filehql_create_filehql_create_grouphql_drop_all_attributeshql_drop_attributehql_drop_datasethql_drop_grouphql_flushhql_is_loadedhql_list_attributeshql_list_datasetshql_list_groupshql_loadhql_read_all_attributeshql_read_attributehql_read_datasethql_unloadhql_use_filehql_write_all_attributeshql_write_attributehql_write_dataset
Dependencies:
Benchmarking hdfqlr
Rendered frombenchmark.rmdusingknitr::rmarkdownon May 08 2026.Last update: 2021-06-10
Started: 2019-04-22
Low-level API
Rendered fromlowlevel.rmdusingknitr::rmarkdownon May 08 2026.Last update: 2021-06-10
Started: 2019-07-10
Quick Start
Rendered fromquickstart.rmdusingknitr::rmarkdownon May 08 2026.Last update: 2021-06-10
Started: 2019-04-15
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| hdfqlr: an HDF API based on HDFql | hdfqlr-package hdfqlr |
| HDFql Wrapper Constants and Functions | hql |
| Create HDF Files, Datasets or Attribute | hql_create hql_create_file hql_create_group |
| Drop HDF groups, datasets, and attributes | hql_drop |
| Access HDF Files | hql_close_file hql_file hql_use_file |
| Flush HDF Files | hql_flush |
| HDFql Library Status | hql_is_loaded |
| List HDF Groups, Datasets or Attributes | hql_list hql_list_attributes hql_list_datasets hql_list_groups |
| Load HDFql DLLs | hql_load hql_unload |
| Write HDF Dataset or Attribute | hql_write hql_write_all_attributes hql_write_attribute hql_write_dataset |
