Skip to content

Commit

Permalink
check r step
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Nov 3, 2021
1 parent 4619324 commit 27bbc41
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,19 @@ jobs:
with:
extra-packages: rcmdcheck

- name: Session info
run: |
options(width = 100)
pkgs <- installed.packages()[, "Package"]
sessioninfo::session_info(pkgs, include_base = TRUE)
shell: Rscript {0}

- name: Check
env:
_R_CHECK_CRAN_INCOMING_: false
run: |
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}
# - name: Session info
# run: |
# options(width = 100)
# pkgs <- installed.packages()[, "Package"]
# sessioninfo::session_info(pkgs, include_base = TRUE)
# shell: Rscript {0}

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

- name: Show testthat output
if: always()
run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Test coverage
run: covr::codecov()
Expand Down

0 comments on commit 27bbc41

Please sign in to comment.