kwb.pkgbuild
R package for standardised development at KWB
kwb.pkgbuild's CI templates went four years without a refresh, then had to be rebuilt for current runners
◆Recent moves
- 3mo ago
GitHub Actions templates rebuilt for current runners
The first release in over three years, modernizing both this repository's workflows and the templates it installs elsewhere. Action versions move to Node.js 24-compatible releases ahead of the Node.js 20 removal, ubuntu-20.04 gives way to ubuntu-latest, and the archived r-hub/sysreqs step is replaced by setup-r-dependencies@v2 with caching included. A stale runner.os conditional that had been silently skipping the Linux system-dependency step is fixed.
View source ↗ - 3y ago
Repair CI workflows broken by upstream branch removal
Fixes pkgdown, R CMD check and test-coverage workflows that broke when r-lib/actions removed its master branch, plus a Windows pkgdown crash during news generation caused by an OpenSSL incompatibility. Reactive maintenance on infrastructure the package does not control — the same pattern 0.3.0 repeats at larger scale.
View source ↗ - 4y ago
Windows becomes default OS for pkgdown and coverage workflows
Switches the pkgdown and test-coverage workflows from macOS to Windows. A runner choice with no other effect.
View source ↗ - 4y ago
Bugfix release
A bugfix release described only by its merge commit, with no detail on what was fixed.
View source ↗ - 4y ago
Release with no documented changes
A release entry consisting only of a merge commit reference and no changelog content.
View source ↗ - 4y ago
Fix R CMD check workflow by adding GITHUB_PAT
Adds a default organisation GITHUB_PAT to fix the R CMD check workflow on GitHub Actions.
View source ↗