Skip to content

Commit

Permalink
Add v432 and v50_GHG
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Sep 6, 2020
1 parent 36cee95 commit 452302d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 30 deletions.
40 changes: 15 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,25 @@ language: r

r:
- release
# - oldrel
# - devel

# cache: packages
r_packages:
- devtools

sudo: required

dist: trusty
dist: bionic

addons:
postgresql: "9.6"
apt:
sources:
- sourceline: 'ppa:ubuntugis/ubuntugis-unstable'
packages:
- libudunits2-dev
- libproj-dev
- libgeos-dev
- libgdal-dev
- libnetcdf-dev
- netcdf-bin
- gdal-bin

before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
- sudo apt-get --yes --force-yes update -qq
# install tmap dependencies
- sudo apt-get install --yes libprotobuf-dev protobuf-compiler libv8-3.14-dev
# install tmap dependencies; for 16.04 libjq-dev this ppa is needed:
- sudo add-apt-repository -y ppa:opencpu/jq
- sudo apt-get --yes --force-yes update -qq
- sudo apt-get install libjq-dev
# units/udunits2 dependency:
- sudo apt-get install --yes libudunits2-dev
# sf dependencies:
- sudo apt-get install --yes libproj-dev libgeos-dev libgdal-dev libnetcdf-dev netcdf-bin gdal-bin

warnings_are_errors: true
r_packages:
- covr

after_success:
- Rscript -e 'covr::codecov()'
- Rscript -e 'library(covr); codecov()'
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 2.7.3
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2020-09-06T02:39Z
last_built: 2020-09-06T02:47Z

2 changes: 1 addition & 1 deletion docs/reference/wrf_get.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/wrf_plot.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/wrf_put.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 452302d

Please sign in to comment.