Package: nirs4allio 0.1.1
nirs4allio: Dataset-Assembly Bridge for the nirs4all Ecosystem
R binding over the nirs4all-io C ABI (n4io_*): normalize inputs into a canonical DatasetSpec, infer a DatasetPlan, and validate a DatasetSpec. The JSON surface crosses the stable C ABI; the low-level 'n4io_*' functions take and return canonical JSON strings, while the idiomatic 'nio_*' layer accepts native R inputs (a path, a vector of files, or a config list) and returns typed S3 objects with print and as.data.frame methods.
Authors:
nirs4allio_0.1.1.tar.gz
nirs4allio_0.1.1.zip(r-4.7)nirs4allio_0.1.1.zip(r-4.6)nirs4allio_0.1.1.zip(r-4.5)
nirs4allio_0.1.1.tgz(r-4.6-x86_64)nirs4allio_0.1.1.tgz(r-4.6-arm64)nirs4allio_0.1.1.tgz(r-4.5-x86_64)nirs4allio_0.1.1.tgz(r-4.5-arm64)
nirs4allio_0.1.1.tar.gz(r-4.7-arm64)nirs4allio_0.1.1.tar.gz(r-4.7-x86_64)nirs4allio_0.1.1.tar.gz(r-4.6-arm64)nirs4allio_0.1.1.tar.gz(r-4.6-x86_64)
nirs4allio_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
nirs4allio/json (API)
| # Install 'nirs4allio' in R: |
| install.packages('nirs4allio', repos = c('https://gbeurier.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gbeurier/nirs4all-io/issues
Last updated from:a0d5587deb. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 183 | ||
| linux-devel-x86_64 | OK | 192 | ||
| source / vignettes | OK | 211 | ||
| linux-release-arm64 | OK | 174 | ||
| linux-release-x86_64 | OK | 177 | ||
| macos-release-arm64 | OK | 123 | ||
| macos-release-x86_64 | OK | 328 | ||
| macos-oldrel-arm64 | OK | 142 | ||
| macos-oldrel-x86_64 | OK | 342 | ||
| windows-devel | OK | 226 | ||
| windows-release | OK | 197 | ||
| windows-oldrel | OK | 214 | ||
| wasm-release | OK | 168 |
Exports:n4io_abi_versionn4io_infern4io_to_specn4io_validatenio_infernio_resolved_specnio_to_specnio_validate
Dependencies:jsonlite
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Scored decisions of a plan as a data.frame. | as.data.frame.n4io_plan |
| The C ABI version string. | n4io_abi_version |
| Inspect a data input and return the scored DatasetPlan (JSON string). | n4io_infer |
| Normalize an input into a canonical DatasetSpec (JSON string). | n4io_to_spec |
| Validate a DatasetSpec JSON string; raises an error if invalid. | n4io_validate |
| Infer a scored dataset plan from a native R input. | nio_infer |
| The resolved (editable) DatasetSpec carried inside a plan. | nio_resolved_spec |
| Normalize a native R input into a canonical DatasetSpec. | nio_to_spec |
| Validate a DatasetSpec. | nio_validate |
