Continuous integration

  • Add sharded revdep2 workflow.

Uncategorized

  • Ci: Harden workflow_run workflows against untrusted pull requests (#106).

  • Ci: Pin third-party actions to commits and let Renovate keep them pinned (#105).

Chore

  • Auto-update from GitHub Actions (#95).

Continuous integration

  • Remove unused pr-commands workflow.

Uncategorized

  • Ci: Give every workflow and job an explicit permissions block (#103).

  • Ci: Pass workflow context through the environment, not into script text (#102).

  • Ci: Add a Windows arm64 (windows-11-arm) check on R-release (#99).

  • Ci: Run all smoke-test checks even when one fails (#97).

  • Ci: Apply matrix env vars in the workflow, not in custom actions (#95).

  • Ci: Link the responsible workflow run in snapshot update PRs (#96).

Continuous integration

  • Lock down format-suggest egress (audit → block).

Bug fixes

ci

  • Emit empty package matrix when there are no (rev)deps.

Uncategorized

  • Ci: Harden format-suggest against pull_request_target pwn requests (#93).

Continuous integration

  • Run on Ubuntu 26.04.

  • Align workflows with template.

Continuous integration

  • Update ccache-action reference.

  • Bump action version.

fledge

  • Bump version to 0.2.2.9008 (#86).

Chore

  • Add ccache to .gitignore and .Rbuildignore.

Continuous integration

  • Create snapshot update PR against correct branch.

  • Add reference to /apply-patch workflow in commit message.

  • Clarify rationale for not deploying on schedule.

  • Only run fledge on pushes to main.

  • Tweak fledge workflow and ccache action.

Continuous integration

  • Cosmetics.

  • Bump action versions.

  • Install clang-format-21.

  • Align fledge workflow.

  • Harmonize.

Chore

  • Auto-update from GitHub Actions (#80).

Chore

  • Auto-update from GitHub Actions (#78).

Chore

  • Auto-update from GitHub Actions (#76).

Continuous integration

  • Fix comment (#74).

  • Tweaks (#73).

  • Test all R versions on branches that start with cran- (#72).

Continuous integration

  • Install binaries from r-universe for dev workflow (#70).

Continuous integration

  • Fix reviewdog and add commenting workflow (#68).

Chore

  • Auto-update from GitHub Actions (#63).

Continuous integration

  • Use workflows for fledge (#66).

  • Sync (#65).

  • Use reviewdog for external PRs (#64).

  • Cleanup and fix macOS (#62).

  • Format with air, check detritus, better handling of extra-packages (#61).

  • Enhance permissions for workflow (#60).

License

  • Relicense as MIT.

Bug fixes

  • Avoid rendering vignette with usethis missing.

  • More careful querying of functions to be mocked, to avoid errors for .onLoad() when testing interactively (#29).

Bug fixes

  • More careful querying of functions to be mocked, to avoid errors for .onLoad() when testing interactively (#29).

Chore

  • Change maintainer e-mail address.

Breaking changes

  • with_mock() now requires braces (so that error locations can be reported more accurately) and supports only one expression (#15).

Features

Documentation

  • Add “Getting started” vignette (#22).

Internal

  • Switch to rlang (#13).
  • Switch to GitHub Actions (#10).

Initial CRAN release.