Skip to content

Commit

Permalink
Upgrade .travis to reflect new release of R 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed May 6, 2019
1 parent ca09d4b commit 1d3672e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ matrix:
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
- r: oldrel
- r: 3.4
- r: 3.3
- r: 3.2
script: Rscript -e 'library(methods)'
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# fgeo.analyze 1.1.5 ([GitHub](https://github.com/forestgeo/fgeo.analyze/releases) and [drat](https://forestgeo.github.io/drat/))

* On TravisCI, check not include all minor R versions from 3.2 to release.
* `as_tibble()` no longer warns about inadequate names specification.
* `fgeo_topography()` no longer warns that as.tibble() is deprecated.
* Demography functions now warn duplicated treeIDs. Closes #28.
Expand Down

0 comments on commit 1d3672e

Please sign in to comment.