Rename “issues” to “status” throughout the package, including in function names.
Notably, rename issue.json to status.json.
multiverse.internals 0.4.10
Simplify stage_candidates(), rclone_includes(), and update_status(): get remote hashes from pre-recorded issues.json, as opposed to a separate call to meta_packages(). This ensures those remote hashes are more contemporaneous with the corresponding reported check results.
multiverse.internals 0.4.9
In stage_candidates(), set "branch": "*release" in Staging to allow broken packages to update faster.
In stage_candidates(), ensure that removing a package from Community does not automatically remove it from Staging during the candidate freeze.
Avoid the need for staged.json. Simplifies multiverse.internals a lot, especially stage_candidates().
Restructure meta.json to better maintain a snapshot archive.
multiverse.internals 0.4.0
Organize R version and snapshot/staging date information more neatly in meta.json.
Use the new skip_packages parameter in the R-universe snapshot API.
Disallow packages to enter or leave the Staging universe packages.json during the Staging period.
Record healthy packages in record_issues() to support the above.
multiverse.internals 0.3.9
Target Linux R-release instead of Linux R-devel (#112).
multiverse.internals 0.3.8
In the status repo, list all packages with check issues for each of Community and Staging.
multiverse.internals 0.3.7
Shift yearly Staging schedule to begin in January and end in December.
Freeze the targeted base R version at the start of Staging each quarter.
multiverse.internals 0.3.6
Detect source failures as issues.
Flag R-multiverse packages whose CRAN versions from the day of the Staging freeze are higher than the current versions in R-multiverse.
Use the whole R version in propose_snapshot() so downstream automation can grep the snapshot URL for the version instead of needing to install R and the rversions package.
Write config.json in Staging to select the CRAN snapshot from the start of the freeze.
multiverse.internals 0.3.5
Depend on R >= 4.4.0 for the base coalescing operator %||%.
Only snapshot binaries for the current R release.
multiverse.internals 0.3.4
Use <pre> to render YAML in HTML.
multiverse.internals 0.3.3
Remove a superfluous text replacement in status system.
multiverse.internals 0.3.2
Use the _binaries field of the R-universe check API.
Enforce R CMD check errors and warnings.
Report check errors more clearly.
Make it easy to add/remove the check platforms and R versions we enforce.
multiverse.internals 0.3.1
Add extra checks for Authors@R in assert_parsed_description().
Record version issues in separate JSON files in a new record_issues() function. Going forward, this function will also write R-universe check results in those individual package-specific files.
multiverse.internals 0.1.3
In record_versions(), left-join old versions into new versions to avoid spamming versions.json with an unbounded list of renamed or abandoned packages.