Skip to content

Commit 59bc846

Browse files
Incorporate PR #218 changes from main: NEWS entries and WORDLIST words
Co-authored-by: Douglas Ezra Morrison <d-morrison@users.noreply.github.com>
1 parent 3cda5a3 commit 59bc846

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@ stratification (#66)
5151

5252
## Developer-facing changes
5353

54+
* Expanded what the `Claude Code` (`@claude`) workflow can do:
55+
- Install the full R toolchain (R, JAGS, pandoc, the apt system libs
56+
mirrored from `copilot-setup-steps.yml`, plus `devtools`, `roxygen2`,
57+
`rmarkdown`, `lintr`, `spelling`, `rcmdcheck`) and allow `Rscript`,
58+
`R`, and `R CMD` invocations, so requests that need package-
59+
maintenance commands (`devtools::document()`,
60+
`spelling::spell_check_package()`, `R CMD check`, vignette rebuilds)
61+
succeed instead of being patched by hand.
62+
- Grant `issues: write` and allow `gh issue` invocations so Claude
63+
can file follow-up issues for work deferred out of the current PR
64+
instead of burying it in a comment.
65+
* Standardized `runjags::findjags()` casing across `test-coverage.yaml`
66+
and `copilot-setup-steps.yml` to match the `R-CMD-check.yaml` form
67+
arriving with the 0.1.0 release (#207 advisory).
5468
* Re-assign reviewers to a PR's human assignees (filtered via
5569
`type == "User"`) when Claude pushes commits during a `@claude` or
5670
`Claude Code Review` run; if Claude makes no commits, the original

inst/WORDLIST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ TSI
2020
Vectorization
2121
Wasserstein
2222
al
23+
allowlist
2324
assignees
2425
behaviour
2526
biomarker
@@ -44,12 +45,14 @@ iso
4445
isotype
4546
isotypes
4647
libm
48+
libs
4749
linux
4850
mcmc
4951
mitre
5052
newperson
5153
nmc
5254
onwards
55+
pandoc
5356
params
5457
pkgdown
5558
prec
@@ -65,6 +68,7 @@ strat
6568
stratifications
6669
tbl
6770
testthat
71+
toolchain
6872
unstratified
6973
vh
7074
wishdf

0 commit comments

Comments
 (0)