Package: toonfmt 0.0.0.9000
toonfmt: R Bindings for TOON Format
Provides R bindings for reading and writing TOON (Token-Oriented Object Notation) format files. TOON is a lightweight, human-readable data serialization format. This package uses Rust for fast parsing and encoding.
Authors:
toonfmt_0.0.0.9000.tar.gz
toonfmt_0.0.0.9000.zip(r-4.7)toonfmt_0.0.0.9000.zip(r-4.6)toonfmt_0.0.0.9000.zip(r-4.5)
toonfmt_0.0.0.9000.tgz(r-4.6-x86_64)toonfmt_0.0.0.9000.tgz(r-4.6-arm64)toonfmt_0.0.0.9000.tgz(r-4.5-x86_64)toonfmt_0.0.0.9000.tgz(r-4.5-arm64)
toonfmt_0.0.0.9000.tar.gz(r-4.7-arm64)toonfmt_0.0.0.9000.tar.gz(r-4.7-x86_64)toonfmt_0.0.0.9000.tar.gz(r-4.6-arm64)toonfmt_0.0.0.9000.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
toonfmt/json (API)
| # Install 'toonfmt' in R: |
| install.packages('toonfmt', repos = c('https://dyfanjones.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dyfanjones/toonfmt/issues
Last updated from:0d0b48ac60. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 218 | ||
| linux-devel-x86_64 | OK | 208 | ||
| source / vignettes | OK | 226 | ||
| linux-release-arm64 | OK | 211 | ||
| linux-release-x86_64 | OK | 197 | ||
| macos-release-arm64 | OK | 166 | ||
| macos-release-x86_64 | OK | 357 | ||
| macos-oldrel-arm64 | OK | 145 | ||
| macos-oldrel-x86_64 | OK | 438 | ||
| windows-devel | OK | 346 | ||
| windows-release | OK | 308 | ||
| windows-oldrel | OK | 301 | ||
| wasm-release | FAIL | 137 |
Exports:read_toon_connread_toon_fileread_toon_rawread_toon_strwrite_toon_filewrite_toon_rawwrite_toon_str
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Parse TOON data from connection and return the parsed data as an R object. | read_toon_conn |
| Read a TOON file and return the parsed data as an R object. | read_toon_file |
| Parse TOON data from raw bytes and return the parsed data as an R object. | read_toon_raw |
| Parse a TOON string and return the parsed data as an R object. | read_toon_str |
| Write an R object to a TOON file. | write_toon_file |
| Convert an R object to TOON format and return as raw bytes. | write_toon_raw |
| Convert an R object to a TOON format string. | write_toon_str |
