Skip to content

Commit

Permalink
see if pak can be faster
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Dec 17, 2024
1 parent 7f93f9c commit 29e3625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-r/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ runs:
curl -s https://raw.githubusercontent.com/posit-dev/qa-example-content/main/DESCRIPTION --output DESCRIPTION
# Install development dependencies using pak
Rscript -e "if (!requireNamespace('pak', quietly = TRUE)) install.packages('pak', repos = 'https://cran.rstudio.com')"
Rscript -e "pak::local_install_dev_deps(ask = FALSE)"
Rscript -e "options(pak.install_binary = TRUE); pak::local_install_dev_deps(ask = FALSE)"

0 comments on commit 29e3625

Please sign in to comment.