Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-contours authored Apr 6, 2024
1 parent c1b70c1 commit c5e82a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sudo apt install -y curl libcurl4-doc libcurl4-openssl-dev
- name: Install package dependencies
run: |
install.packages(c("remotes", "rcmdcheck", "covr", "sessioninfo", "xml2", "kableExtra", "ranger", "arm", "xgboost", "nnls", "hrbrthemes", "viridis", "Rsolnp", "earth", "devtools"))
install.packages(c("remotes", "rcmdcheck", "covr", "sessioninfo", "xml2", "kableExtra", "ranger", "arm", "xgboost", "nnls", "hrbrthemes", "viridis", "Rsolnp", "earth", "devtools", "glmnet"))
remotes::install_deps(dependencies = TRUE)
remotes::install_github(c("tlverse/sl3@devel"))
shell: Rscript {0}
Expand Down

0 comments on commit c5e82a6

Please sign in to comment.