Package: yaml12 0.1.0.9000

yaml12: Fast 'YAML' 1.2 Parser and Formatter
A fast, correct, safe, and ergonomic 'YAML' 1.2 parser and generator written in 'Rust'. Convert between 'YAML' and simple 'R' objects with full support for multi-document streams, tags, anchors, and aliases. Offers opt-in handlers for custom tag behavior and round-trips common 'R' data structures. Implements the 'YAML' 1.2.2 specification from the 'YAML' Language Development Team (2021) <https://yaml.org/spec/1.2.2/>. Proudly supported by Posit.
Authors:
yaml12_0.1.0.9000.tar.gz
yaml12_0.1.0.9000.zip(r-4.7)yaml12_0.1.0.9000.zip(r-4.6)yaml12_0.1.0.9000.zip(r-4.5)
yaml12_0.1.0.9000.tgz(r-4.6-x86_64)yaml12_0.1.0.9000.tgz(r-4.6-arm64)yaml12_0.1.0.9000.tgz(r-4.5-x86_64)yaml12_0.1.0.9000.tgz(r-4.5-arm64)
yaml12_0.1.0.9000.tar.gz(r-4.7-arm64)yaml12_0.1.0.9000.tar.gz(r-4.7-x86_64)yaml12_0.1.0.9000.tar.gz(r-4.6-arm64)yaml12_0.1.0.9000.tar.gz(r-4.6-x86_64)
yaml12_0.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
yaml12/json (API)
| # Install 'yaml12' in R: |
| install.packages('yaml12', repos = c('https://posit-dev.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/posit-dev/r-yaml12/issues
Pkgdown/docs site:https://posit-dev.github.io
Last updated from:6eee72e30b. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 169 | ||
| linux-devel-x86_64 | OK | 165 | ||
| source / vignettes | OK | 208 | ||
| linux-release-arm64 | OK | 158 | ||
| linux-release-x86_64 | OK | 157 | ||
| macos-release-arm64 | OK | 102 | ||
| macos-release-x86_64 | OK | 404 | ||
| macos-oldrel-arm64 | OK | 119 | ||
| macos-oldrel-x86_64 | OK | 245 | ||
| windows-devel | OK | 187 | ||
| windows-release | OK | 167 | ||
| windows-oldrel | OK | 183 | ||
| wasm-release | OK | 128 |
Exports:format_yamlparse_yamlread_yamlwrite_yaml
Dependencies:
Last update: 2025-12-02
Started: 2025-11-22
Last update: 2025-12-02
Started: 2025-11-21
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Format or write R objects as YAML 1.2. | format_yaml write_yaml |
| Parse YAML 1.2 document(s) into base R structures. | parse_yaml read_yaml |
