Skip to content

Commit

Permalink
* easier solution
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-s committed Nov 8, 2022
1 parent 364b87c commit fbe9549
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check-noncontainerized.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:

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

- uses: r-lib/actions/setup-tinytex@master

- name: Query dependencies
run: |
install.packages('remotes')
Expand Down Expand Up @@ -81,8 +79,8 @@ jobs:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: |
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--no-multiarch"),
build_args = c("--ignore-vignettes"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--no-multiarch", "--ignore-vignettes"),
build_args = c("--no-build-vignettes"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

# - name: Upload check results
Expand Down

0 comments on commit fbe9549

Please sign in to comment.