Skip to content

Commit

Permalink
Merge 0da2b76 into e2db1ee
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 4, 2019
2 parents e2db1ee + 0da2b76 commit fadebd3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages
after_success:
- Rscript -e 'covr::codecov()'
warnings_are_errors: true
notifications:
slack: forestgeo:WtWMP7g7JbJsbPJOvBb3tTTn

matrix:
include:
- r: devel
- r: release
after_success: Rscript -e 'covr::coveralls()'
before_deploy: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
- r: oldrel
- r: 3.3
- r: 3.2
- r: 3.1
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Depends:
R (>= 3.1)
11 changes: 6 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
## Test environments

* local windows 10 x64, R 3.5.2
* ubuntu 14.04 (on travis-ci), R 3.5.1
* win-builder (devel and release)
* local: mingw32-3.5.2
* travis: 3.1, 3.2, 3.3, oldrel, release, devel
* r-hub: windows-x86_64-devel, ubuntu-gcc-release, fedora-clang-devel
* win-builder: windows-x86_64-devel

## R CMD check results

using R version 3.4.4 (2018-03-15)
using platform: x86_64-pc-linux-gnu (64-bit)
using option --as-cran’
this is package ‘fgeo’ version 1.1.1.9000’
using option ‘--as-cran’
this is package ‘fgeo’ version ‘1.1.1.9000’

Status: 2 NOTEs
* NOTE 1 raises if the package is built using R v3.5. (<https://ropensci.github.io/dev_guide/building.html#authorship>).
Expand Down

0 comments on commit fadebd3

Please sign in to comment.