Skip to content

Commit

Permalink
Add additional R CMD checks
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Apr 3, 2024
1 parent 785d9a9 commit 3eed576
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
^Dockerfile$
^CRAN-SUBMISSION$
^vignettes/web_only$
^revdep$
revdep/
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fail-fast: false
matrix:
config:
# - {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
# - {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'oldrel-1'}

env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ README_cache/*
/doc/
/Meta/
Dockerfile
revdep/

0 comments on commit 3eed576

Please sign in to comment.