Skip to contents

multiverse.internals 1.0.8

  • Subsume meta_checks() into meta_packages().
  • Rename status_checks() to status_r_cmd_check(). In general, refer to “R CMD check” instead of the more ambiguous “checks” where appropriate.
  • Factor out the R-multiverse checks into their own functions with prefix “issues_”. Simplify the management and aggregation of this issue data.

multiverse.internals 1.0.7

  • Fix status links.

multiverse.internals 1.0.6

  • Report the date last published on R-universe.

multiverse.internals 1.0.5

  • Revamp topics website.

multiverse.internals 1.0.4

  • Move status markdown template files outside multiverse.internals.

multiverse.internals 1.0.3

  • Fix empty entries in status website.

multiverse.internals 1.0.2

  • Fix bugs in handling missing version and remote hash.

multiverse.internals 1.0.1

multiverse.internals 1.0.0

  • Rename “issues” to “status” throughout the package, including in function names.
  • Notably, rename issue.json to status.json.

multiverse.internals 0.4.10

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().

multiverse.internals 0.4.8

  • Sort staged.json.

multiverse.internals 0.4.7

multiverse.internals 0.4.6

multiverse.internals 0.4.5

  • Replace snapshot.url with Rclone filters.
  • Add filter_packages()

multiverse.internals 0.4.4

multiverse.internals 0.4.3

  • Consolidate snapshot metadata management in meta_snapshot().
  • Subsume update_staging() and propose_snapshot() into stage_candidates().
  • Rename freeze.json to staged.json.
  • Rename meta.json to snapshot.json.
  • Write a production.html page in update_status().

multiverse.internals 0.4.2

  • Rearrange fields in meta.json.
  • Remove the superfluous snapshot.json file.

multiverse.internals 0.4.1

  • 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().

multiverse.internals 0.3.0.9000 (development)

multiverse.internals 0.3.0

multiverse.internals 0.2.21

multiverse.internals 0.2.20

multiverse.internals 0.2.19

  • Fix help file examples of record_issues().
  • Link to RSS feed from status page.

multiverse.internals 0.2.18

multiverse.internals 0.2.17

multiverse.internals 0.2.16

multiverse.internals 0.2.14

  • Allow update_staging() to work if the staging packages.json does not exist.
  • Remove staging_is_resetting() and rely on the cron syntax from https://github.com/r-multiverse/staging/pull/3 to schedule the management of the staging universe.

multiverse.internals 0.2.13

multiverse.internals 0.2.12

  • Amend argument defaults in propose_snapshot() to include source files.

multiverse.internals 0.2.11

  • Implement propose_snapshot().
  • Exempt Production from WASM checks.

multiverse.internals 0.2.10

  • Implement freezing mechanism in update_staging().
  • Implement staging_is_active() to detect when the staging universe should be active.

multiverse.internals 0.2.9

  • Implement community/staging idea from (@jeroen).

multiverse.internals 0.2.8

  • Only merge contributions created through the web interface.

multiverse.internals 0.2.7

  • Exclude superfluous fields from update_production() packages.json.
  • Require verified commits in contributions.

multiverse.internals 0.2.6

  • Add update_production().

multiverse.internals 0.2.4

  • Updates R-Multiverse repository to community.r-multiverse.org.
  • Makes meta_checks() and meta_packages() robust to trailing slashes in the supplied URL.
  • Repair issues_dependencies() for empty graphs.

multiverse.internals 0.2.2

multiverse.internals 0.2.1

  • Bump version to trigger rebuild.

multiverse.internals 0.2.0

  • Add more checks to record_issues(): results from the R-universe check API, plus specific results from package DESCRIPTION files.
  • Refactor and document specific checks in check_checks(), check_descriptions(), and check_versions().
  • Add a pkgdown website.

multiverse.internals 0.1.4

  • Do not write version_issues.json from record_versions().
  • 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.

multiverse.internals 0.1.2

  • Remove URL reference.

multiverse.internals 0.1.1

  • Rename internal functions and arguments.

multiverse.internals 0.1.0

  • Rename the package to multiverse.internals.