Skip to content

Commit

Permalink
Revert "update R CMD check to use binaries" (#336)
Browse files Browse the repository at this point in the history
* Revert "update R CMD check to use binaries"

* update location of use-public-rspm
  • Loading branch information
JosiahParry authored Jan 13, 2024
1 parent 0bd5305 commit c2fb7a4
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 @@ -49,12 +49,12 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
rtools-version: ${{ matrix.config.rtools-version }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: rcmdcheck
use-public-rspm: true

# TODO: allow warnings on oldrel (cf., https://stat.ethz.ch/pipermail/r-package-devel/2023q2/009229.html)
- name: Check R version
Expand Down

0 comments on commit c2fb7a4

Please sign in to comment.