Skip to content

Commit

Permalink
Use matrix build. Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Nov 27, 2019
1 parent 1081f26 commit 84ed179
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,14 @@ addons:
- libmagick++-dev
- cargo

after_success:
- Rscript -e 'covr::codecov(line_exclusions = list("R/load.R" = c(32:33, 39:40, 46:47, 53:54)))'
matrix:
include:
- r: release
after_success:
- Rscript -e 'covr::codecov(line_exclusions = list("R/load.R" = c(32:33, 39:40, 46:47, 53:54)))'
- r: devel
r_build_args: --no-build-vignettes
r_check_args: --ignore-vignettes --no-examples
- r: oldrel
r_build_args: --no-build-vignettes
r_check_args: --ignore-vignettes --no-examples
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
],
"releaseNotes": "https://github.com/leonawicz/imgpalr/blob/master/NEWS.md",
"readme": "https://github.com/leonawicz/imgpalr/blob/master/README.md",
"fileSize": "1125.03KB",
"fileSize": "1125.031KB",
"contIntegration": [
"https://travis-ci.org/leonawicz/imgpalr",
"https://ci.appveyor.com/project/leonawicz/imgpalr",
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Test environments

* local Windows 10 install, R 3.6.1
* ubuntu 14.04 (on travis-ci), R 3.6.1
* Windows 10 (AppVeyor), R 3.6.1
* Ubuntu 16.04 (Travis CI), R-devel, R-release (3.6.1), R-oldrel (3.5.3)
* win-builder (devel and release)

## R CMD check results
Expand All @@ -9,8 +11,6 @@

* This is an update release.

* Minor updates to example and unit tests.

I have also run R CMD check on downstream dependencies
(https://github.com/leonawicz/imgpalr/blob/master/revdep/).
All packages passed.

0 comments on commit 84ed179

Please sign in to comment.