You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sync to prerelease] Fix duplicate version in older releases table (#1973)
* Fix duplicate 1.8.27 entry in older releases listing
The version 1.8.27 entry was appended twice to _download-older.yml,
causing it to appear as a duplicate row on the download page.
* Add yaml12 dependency for structured YAML handling
yaml12 will be used in release-notes.R for idempotent updates to
_download-older.yml, preventing duplicate entries.
* Use yaml12 for idempotent upsert in release-notes.R
Replace blind cat(append=TRUE) with yaml12-based read/check/write.
The script now parses the existing YAML, checks if the version is
already present, and either updates it or appends a new entry.
This prevents duplicate entries if the script runs twice.
(cherry picked from commit afe4421)
Co-authored-by: Christophe Dervieux <[email protected]>
"Authors@R": "c( person(\"Tomasz\", \"Kalinowski\", , \"[email protected]\", 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.\") )",
6240
+
"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) <https://yaml.org/spec/1.2.2/>. Proudly supported by Posit.",
"Author": "Tomasz Kalinowski [aut, cre], Posit Software, PBC [cph, fnd] (ROR: 03wc8by49), Authors of the dependency Rust crates [cph] (See inst/AUTHORS and LICENSE.note for vendored Rust dependency authors and licenses.)",
0 commit comments