Package: yaml12
Title: Fast 'YAML' 1.2 Parser and Formatter
Version: 0.1.0.9000
Authors@R: c(
person("Tomasz", "Kalinowski", , "tomasz@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49")),
person("Authors of the dependency Rust crates", role = "cph",
comment = "See inst/AUTHORS and LICENSE.note for vendored Rust dependency authors and licenses.")
)
Description: 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) . Proudly
supported by Posit.
License: MIT + file LICENSE
URL: https://posit-dev.github.io/r-yaml12/,
https://github.com/posit-dev/r-yaml12
BugReports: https://github.com/posit-dev/r-yaml12/issues
Depends: R (>= 4.2)
Suggests: jsonlite, knitr, rmarkdown, testthat (>= 3.0.0), waldo, withr
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate, rmarkdown, bench,
ggplot2, ggbeeswarm, dplyr, tidyr, yaml
Config/rextendr/version: 0.5.0
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.71.0,
xz. On Windows ARM64, source installs also require Microsoft
C++ Build Tools with ARM64 components.
Config/roxygen2/version: 8.0.0
Config/pak/sysreqs: xz-utils libclang-dev
Repository: https://posit-dev.r-universe.dev
Date/Publication: 2026-06-17 21:22:13 UTC
RemoteUrl: https://github.com/posit-dev/r-yaml12
RemoteRef: HEAD
RemoteSha: 6eee72e30bc0cefd14c0a00c9398b1833f8f1418
NeedsCompilation: yes
Packaged: 2026-06-24 03:31:10 UTC; root
Author: Tomasz Kalinowski [aut, cre],
Posit Software, PBC [cph, fnd] (ROR: ),
Authors of the dependency Rust crates [cph] (See inst/AUTHORS and
LICENSE.note for vendored Rust dependency authors and licenses.)
Maintainer: Tomasz Kalinowski