Creates a theme that deploys Claude Code agent settings and rules for an
R package.
Value
A prefab_theme object.
Examples
claude_r_package()
#> <theme> 4 steps
#> • Writing .claude/settings.json (merge_json)
#> • Writing .claude/rules/r_package.md (overwrite)
#> • Writing .gitignore (union)
#> • Writing .Rbuildignore (union)
#> ℹ Apply with `use_theme()` or `create_project()`