Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmelliott committed May 2, 2024
1 parent ccc48d4 commit aabd27d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/R-CMD-CHECK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
RSPM: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
_R_CHECK_FORCE_SUGGESTS_: false
_R_CHECK_CRAN_INCOMING_REMOTE_: false

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.os }}-${{ matrix.config.r }}
Expand All @@ -56,9 +57,6 @@ jobs:
install-pandoc: true

- uses: r-lib/actions/check-r-package@v2
with:
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false

# - name: Upload check results
# if: failure()
Expand Down

0 comments on commit aabd27d

Please sign in to comment.