Package: reon 0.0.0.9000


Christopher T. Kenny
reon: Read and Write 'eon' Configuration Files
Parse, create, and write configuration files in the 'eon' format <https://github.com/emilk/eon>. 'eon' is a human-friendly configuration format with optional commas, unquoted identifier keys, and support for comments.
Authors:
reon_0.0.0.9000.tar.gz
reon_0.0.0.9000.zip(r-4.7)reon_0.0.0.9000.zip(r-4.6)reon_0.0.0.9000.zip(r-4.5)
reon_0.0.0.9000.tgz(r-4.6-x86_64)reon_0.0.0.9000.tgz(r-4.6-arm64)reon_0.0.0.9000.tgz(r-4.5-x86_64)reon_0.0.0.9000.tgz(r-4.5-arm64)
reon_0.0.0.9000.tar.gz(r-4.7-arm64)reon_0.0.0.9000.tar.gz(r-4.7-x86_64)reon_0.0.0.9000.tar.gz(r-4.6-arm64)reon_0.0.0.9000.tar.gz(r-4.6-x86_64)
reon_0.0.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
reon/json (API)
NEWS
| # Install 'reon' in R: |
| install.packages('reon', repos = c('https://christopherkenny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/christopherkenny/reon/issues
Pkgdown/docs site:https://christophertkenny.com
Last updated from:23b64bfe42. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 135 | ||
| linux-devel-x86_64 | OK | 136 | ||
| source / vignettes | OK | 172 | ||
| linux-release-arm64 | OK | 130 | ||
| linux-release-x86_64 | OK | 140 | ||
| macos-release-arm64 | OK | 125 | ||
| macos-release-x86_64 | OK | 205 | ||
| macos-oldrel-arm64 | OK | 107 | ||
| macos-oldrel-x86_64 | OK | 221 | ||
| windows-devel | OK | 121 | ||
| windows-release | OK | 119 | ||
| windows-oldrel | OK | 156 | ||
| wasm-release | OK | 131 |
Exports:format_eonparse_eonread_eonreformat_eonvalidate_eonwrite_eon
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert an R object to an eon-formatted string. | format_eon |
| Parse an eon-formatted string into an R object. | parse_eon |
| Read an eon file and return its contents as an R object. | read_eon |
| Reformat an eon-formatted string. | reformat_eon |
| Check whether a string is valid eon. | validate_eon |
| Write an R object to an eon file. | write_eon |