Skip to content

Commit

Permalink
ignoring .github/ on build; building manual on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetbansal committed Oct 13, 2021
1 parent 09c2007 commit 2a7034a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ traffic/*
CHANGELOG.md
^codecov\.yml$
^.covrignore
vignettes/*
vignettes/*
.github/*
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: Rscript -e "library(devtools); devtools::install_dev_deps('.')"

- name: Check package
run: Rscript -e "library(devtools); devtools::check('.', cran=T, error_on='warning', manual=F)"
run: Rscript -e "library(devtools); devtools::check('.', cran=T, error_on='warning', manual=T)"

windows-check:
strategy:
Expand Down Expand Up @@ -109,6 +109,6 @@ jobs:
shell: powershell

- name: Check package
run: Rscript.exe -e "library(devtools); devtools::check('.', cran=T, error_on='warning', manual=F)"
run: Rscript.exe -e "library(devtools); devtools::check('.', cran=T, error_on='warning', manual=T)"
shell: powershell

0 comments on commit 2a7034a

Please sign in to comment.