Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
Remove 'as-cran' check since remotes not supported and we are not in cran anyway (r-lib/devtools#1717)
  • Loading branch information
JEFworks authored Jul 12, 2024
1 parent c352746 commit 7b0e0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--ignore-vignettes", "--as-cran"), error_on = "error", check_dir = "check")
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--ignore-vignettes"), error_on = "error", check_dir = "check")
shell: Rscript {0}

- name: Upload check results
Expand Down

0 comments on commit 7b0e0a4

Please sign in to comment.