Skip to content

Commit

Permalink
Use pak instead of remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Aug 19, 2023
1 parent 4273543 commit 5ed66ca
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/check-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ jobs:
with:
packages:
any::quarto
any::dplyr
any::tidyr
any::remotes
any::readr
any::lubridate
# any::dplyr
# any::tidyr
# any::readr
# any::lubridate
- name: Install needed packages
run: |
#install.packages("quarto", repos = "https://cran.rstudio.com/")
#install.packages(c("dplyr", "tidyr", "remotes", "readr", "lubridate"))
remotes::install_github("COMPASS-DOE/compasstools")
#remotes::install_github("COMPASS-DOE/compasstools")
pak::pkg_install("COMPASS-DOE/compasstools")
shell: Rscript {0}
- name: Run workflow
run: |
Expand Down

0 comments on commit 5ed66ca

Please sign in to comment.