Skip to content

Commit

Permalink
try without pak
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Jul 19, 2023
1 parent ae0f80a commit 963ff49
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,12 @@ jobs:

- name: install old StanHeaders
run: |
install.packages("remotes")
install.packages("devtools")
url <- "https://cran.r-project.org/src/contrib/Archive/StanHeaders/StanHeaders_2.21.0-7.tar.gz"
remotes::install_url(url, dependencies = TRUE)
devtools::install(url, dependencies = TRUE)
devtools::install(dependencies = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 963ff49

Please sign in to comment.