What problem does it solve? Setting up continuous integration for R projects requires assembling the right GitHub Actions workflow, caching renv dependencies correctly, and wiring in coverage reporting — a repetitive, error-prone process that this Skill standardizes. ## Core Features & Use Cases - Workflow Templates: Provides ready-to-adapt GitHub Actions templates for R CMD check (packages), test+lint (non-package projects), and targets pipeline runs. - renv Caching Strategy: Defines cache key and restore-key patterns keyed on the renv.lock hash to keep CI runs fast. - Coverage & Multi-OS Testing: Adds covr-based Codecov reporting and matrix builds across Ubuntu, Windows, and macOS. - Use Case: You just created a new R package and need CI before your first pull request. Use this Skill to generate an R CMD check workflow that runs on three operating systems, caches dependencies, and fails on warnings. ## Quick Start Ask Claude to set up GitHub Actions CI for your R package with R CMD check, renv caching, and coverage reporting.