Update ccache-action reference.
Bump action version.
.gitignore and .Rbuildignore.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.
Cosmetics.
Bump action versions.
Install clang-format-21.
Align fledge workflow.
Harmonize.
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).
Avoid rendering vignette with usethis missing.
More careful querying of functions to be mocked, to avoid errors for .onLoad() when testing interactively (#29).
.onLoad() when testing interactively (#29).with_mock() now requires braces (so that error locations can be reported more accurately) and supports only one expression (#15).local_mock() (#6).with_mock() works when running a testthat::test_that() block interactively (#7).get_mock_env() to make the mocking environment explicit (#7).Initial CRAN release.
with_mock() modeled closely after testthat::with_mock(), can only mock in the package under test but avoids fiddling with R's internals.
.env argument now can be a character, but using this argument may lead to different results than testthat::with_mock().