Skip to content

Commit

Permalink
Setting up where to install the package and from where
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Oct 7, 2024
1 parent 0146a6e commit 8016f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install styler
run: |
options(repos = c(CRAN = "https://packagemanager.posit.co/cran/latest"))
install.packages("styler", lib = Sys.getenv("R_LIBS_USER"))
install.packages("styler", type="both")
shell: Rscript {0}

- name: Run pre-commit hooks
Expand Down

0 comments on commit 8016f59

Please sign in to comment.