Skip to content

Commit

Permalink
replace tidyverse install with component pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions CI committed Aug 7, 2023
1 parent 3a4660c commit 34157ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("remotes","devtools", "rmarkdown","tidyverse"))
install.packages(c("remotes","devtools","rmarkdown","dplyr","purrr","tidyr","tidyselect"))
devtools::install_github("reichlab/distfromq")
remotes::install_deps(dependencies = NA)
shell: Rscript {0}
Expand Down

0 comments on commit 34157ff

Please sign in to comment.