Skip to content

Commit

Permalink
not sure what's wrong with pak
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Mar 25, 2024
1 parent 9d39d0f commit 9ecb451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/knitr-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: ./.github/actions/checkout-knitr-examples

- name: Install knitr-example dev
run: pak::pak(readLines("knitr-examples/R-packages"))
run: install.packages(readLines("knitr-examples/R-packages"))
shell: Rscript {0}

- name: Install system dependencies
Expand Down

0 comments on commit 9ecb451

Please sign in to comment.