[R-sig-Geo] rgdal travis error: configure: error: gdal-config not found or not executable.

2020-03-18 Thread Joe Lewis
Hi, I'm testing a package using travis and I keep getting an error message about rgdal not being found or executable. I've been trying to piece together things I've found online but to no avail. https://travis-ci.org/github/josephlewis/leastcostpath/builds/663944787 travis.yml # R for travis: s

Re: [R-sig-Geo] rgdal travis error: configure: error: gdal-config not found or not executable.

2020-03-18 Thread Edzer Pebesma
At least libgdal-dev and libproj-dev are missing. You can have a look at https://github.com/r-spatial/sf/blob/master/.travis.yml (but that tries to do quite a bit more). On 3/18/20 3:21 PM, Joe Lewis wrote: > Hi, > > I'm testing a package using travis and I keep getting an error message > about r

Re: [R-sig-Geo] rgdal travis error: configure: error: gdal-config not found or not executable.

2020-03-19 Thread Joe Lewis
Hi, Thanks for the help. I've incorporated some from sf's travis file, but it's still failing unfortunately. # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r language: R sudo: false cache: packages r: - oldrel - release - devel repos: CRAN: https://cran

Re: [R-sig-Geo] rgdal travis error: configure: error: gdal-config not found or not executable.

2020-03-19 Thread Edzer Pebesma
Maybe this: https://github.com/edzer/sf_dep/blob/master/.travis.yml On 3/19/20 8:26 PM, Joe Lewis wrote: > Hi, > > Thanks for the help. > > I've incorporated some from sf's travis file, but it's still failing > unfortunately. > > # R for travis: see documentation at > https://docs.travis-ci.co