Skip to content

Commit

Permalink
Remove obsolete workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Mar 30, 2024
1 parent 2cacefe commit 4abf479
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
# disable Posit package manager
use-public-rspm: false
# uncomment next line if windows build fails per https://github.com/r-lib/actions/issues/585
# rtools-version: '42'

- uses: r-lib/actions/setup-renv@v2
- name: Install rcmdcheck
Expand All @@ -51,6 +49,4 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
# see https://github.com/r-hub/rhub/issues/476 for --no-multiarch
args: 'c("--no-manual", "--no-multiarch")'
upload-snapshots: true

0 comments on commit 4abf479

Please sign in to comment.