Skip to content

Commit

Permalink
Removing configure and Makevars from the tree
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed May 3, 2021
1 parent 9530615 commit 37128fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3,730 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 36,4 @@ makefile
^LICENSE\.md$
^_pkgdown\.yml$
^netdiffuseR\.tar\.gz$
^[.]github/
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 74,7 @@ jobs:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: |
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "error", check_dir = "check")
shell: Rscript {0}

- name: Upload check results
Expand Down
Loading

0 comments on commit 37128fe

Please sign in to comment.