Skip to content

Commit

Permalink
add: step to create writeable dir for R packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 12, 2024
1 parent e832aaf commit b4b7478
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
steps:
- name: Setup quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Create writeable R lib installation directory
run: |
mkdir ./my_R_library
chmod u+w ./my_R_library
- name: Install PAK
run: Rscript -e "install.packages('pak', lib='./my_R_library')"
Expand Down

0 comments on commit b4b7478

Please sign in to comment.