Re: [R-pkg-devel] Help

2017-04-29 Thread Jim Lemon
Hi Larisa, I guess that you are using an editor with "soft" line breaks to edit your .Rd files. This will look like the lines in question are broken, but when the file is saved, the lines will be joined together unless you have ended each section with a return character. If you turn off "word wrap"

Re: [R-pkg-devel] Library not loaded ‘libgdal.dylib’ when building package on travis (osx)

2017-04-29 Thread Patrick Schratz
Nope, still an open issue. I also do not have any ideas left what I could try next. Tried the export hints (e.g. bash profile) given in 'brew info gdal2' and checked with my local configuration but I do not see what the possible issue could be here. On 29. Apr 2017, 13:24 +0200, Alexandre Cour

Re: [R-pkg-devel] Library not loaded ‘libgdal.dylib’ when building package on travis (osx)

2017-04-29 Thread Jonathon Love
hi, On 29/4/17 21:29, Patrick Schratz wrote: Nope, still an open issue. I also do not have any ideas left what I could try next. Tried the export hints (e.g. bash profile) given in 'brew info gdal2' and checked with my local configuration but I do not see what the possible issue could be her

Re: [R-pkg-devel] Library not loaded ‘libgdal.dylib’ when building package on travis (osx)

2017-04-29 Thread Patrick Schratz
Hi guys, @ Alexandre Thanks for suggesting to compile from source. I normally try to use this as the last option because this will usually take a while for gdal. However, it may install to other locations as the brew installation does so I just tried it and faced some permission problems during