Skip to content

Commit

Permalink
chore: Bump Github Actions check to 'v2'
Browse files Browse the repository at this point in the history
* 'v1' is deprecated so we bump to 'v2'
  • Loading branch information
trevorld committed Nov 7, 2022
1 parent 8cd19de commit a6a17b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck

- uses: r-lib/actions/check-r-package@v1
- uses: r-lib/actions/check-r-package@v2

- name: Show testthat output
if: always()
Expand Down
5 changes: 0 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
* As requested by CRAN we rebuilt the package
documentation with a never version of `{roxygen}`
* A couple of examples that took more than 10s on the
Windows CRAN pre-check are now wrapped by a "\donttest{}".

## Test environments

* win-builder (windows, R devel)
Expand Down

0 comments on commit a6a17b6

Please sign in to comment.