Skip to content

Commit 75e5c13

Browse files
billdenneyclaude
andcommitted
ci: add usethis to update-cdisc-data workflow extra-packages
The scheduled update workflow was failing with: Error in loadNamespace(x) : there is no package called 'usethis' fetch_ct_sdtm.R, fetch_ct_adam.R, and build_catalogue.R all call usethis::use_data() but usethis was not installed by the workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7843979 commit 75e5c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-cdisc-data.yaml

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

3333
- uses: r-lib/actions/setup-r-dependencies@v2
3434
with:
35-
extra-packages: any::xml2
35+
extra-packages: any::xml2, any::usethis
3636
needs: website
3737

3838
- name: Run data fetch scripts

0 commit comments

Comments
 (0)