Skip to content

Commit ed4910f

Browse files
Add dependencies for rgdal
Due to following error on build: "checking for gdal-config... no no configure: error: gdal-config not found or not executable. " gdal and prof4 dependencies are added to "before_install" directive
1 parent 92f69d9 commit ed4910f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
before_install:
2-
- sudo apt-get install -y libudunits2-dev
2+
- sudo add-apt-repository ppa:ubuntugis/ppa -y
3+
- sudo apt-get update -q
4+
- sudo apt-get install -y libudunits2-dev proj-bin gdal-bin
35

46
language: R
57
cache:

0 commit comments

Comments
 (0)