Skip to content

Commit d12da5e

Browse files
billdenneyclaude
andcommitted
ci: add cyclocomp to lint workflow extra-packages
cyclocomp_linter in .lintr requires the cyclocomp package, which was not being installed in the lint CI job, causing lintr::lint_package() to abort with "cyclocomp_linter is disabled due to lack of the cyclocomp package". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ca7ed26 commit d12da5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: r-lib/actions/setup-r-dependencies@v2
2525
with:
26-
extra-packages: any::lintr, local::.
26+
extra-packages: any::lintr, any::cyclocomp, local::.
2727
needs: lint
2828

2929
- name: Lint

0 commit comments

Comments
 (0)