Skip to content

Commit

Permalink
Use remotes for package install in R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Aug 9, 2023
1 parent 228c8fd commit 1df4b27
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 @@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes","rmarkdown","dplyr","purrr","tidyr","tidyselect"))
devtools::install_github("reichlab/distfromq")
remotes::install_github("reichlab/distfromq")
remotes::install_deps(dependencies = NA)
shell: Rscript {0}

Expand Down

0 comments on commit 1df4b27

Please sign in to comment.