Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-25 Thread Tomislav Hengl
Few more notes on installation of GDAL 2.3. I was installing GDAL and rgdal on another Ubuntu machine and I experiences multiple problems with more installations of GDAL and proj4 probably ("unable to load shared object rgdal.so" error). This is what I realized needs to be done before

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-19 Thread Tomislav Hengl
Hi Roger, I have now managed to reinstall GDAL 2.3 and the latest versions of rgdal and sf. These are the steps I have followed: 1. First remove existing installation of GDAL using: sudo apt-get purge --auto-remove gdal-bin *this also removes QGIS / anything linked with GDAL. 2. Download

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-19 Thread Roger Bivand
On Tue, 19 Jun 2018, Tomislav Hengl wrote: Two weeks ago I installed new GDAL 2.3.* from source, then tried installing rgdal and got the error about GDAL requires C++11. Then I had to remove everything and reinstall GDAL 2.2. Would love to be able to start using the newest GDAL inside R as it

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-19 Thread Tomislav Hengl
Two weeks ago I installed new GDAL 2.3.* from source, then tried installing rgdal and got the error about GDAL requires C++11. Then I had to remove everything and reinstall GDAL 2.2. Would love to be able to start using the newest GDAL inside R as it seems that many things have been improved

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-19 Thread Roger Bivand
On Mon, 18 Jun 2018, MacQueen, Don wrote: Success! This morning I upgraded a Mac to OS 10.13.5 (the so-called High Sierra version), then - Installed R 3.5.0 from CRAN (installed ever 3.3.x) - Installed sp 1.3-1, rgdal 1.3-2, rgeos 0.3-28, also sf 0.6-3, from the CRAN binaries that are now

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-18 Thread MacQueen, Don via R-sig-Geo
Success! This morning I upgraded a Mac to OS 10.13.5 (the so-called High Sierra version), then - Installed R 3.5.0 from CRAN (installed ever 3.3.x) - Installed sp 1.3-1, rgdal 1.3-2, rgeos 0.3-28, also sf 0.6-3, from the CRAN binaries that are now available - Ran my personal test suite,

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-12 Thread Edzer Pebesma
On 06/12/2018 07:49 PM, Vijay Lulla wrote: > What is the setup that CRAN uses? Where can I find this information? The last two links of https://cran.r-project.org/bin/macosx/ point you to the libraries it statically links to; further info maybe https://github.com/r-spatial/sf/issues/327 (or

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-12 Thread Vijay Lulla
What is the setup that CRAN uses? Where can I find this information? I install most of the R packages on my mac from source and I will be happy to help (mostly with answering questions and sharing my notes about how I get packages to compile). On Tue, Jun 12, 2018 at 12:00 PM, Edzer Pebesma <

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-12 Thread Edzer Pebesma
proj.5 contains new features, but none of these are, or will in the near future be available to R users. All our (= Roger + me) efforts so far have been to get software (rgdal, sf) running with proj.5, not to expose any of its new features. See also https://github.com/r-spatial/sf/issues/545

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-12 Thread Vijay Lulla
Thank you for the explanation of difference between proj.h and proj_api.h and the recommendation of setting environment variable for pkg-config. I had tried using pkg-config by setting env variables but haven't had much luck getting it to work. Cordially, Vijay. On Tue, Jun 12, 2018 at 3:11 AM,

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-12 Thread Roger Bivand
On Tue, 12 Jun 2018, Vijay Lulla wrote: I too use R on a mac but I cannot get rgdal to use proj5 (port info proj). rgdal still uses proj4 even when there is a newer version of proj already on my computer. Neither of these proj packages (proj4 or proj) use pkg-config mechanism even though there

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Vijay Lulla
I too use R on a mac but I cannot get rgdal to use proj5 (port info proj). rgdal still uses proj4 even when there is a newer version of proj already on my computer. Neither of these proj packages (proj4 or proj) use pkg-config mechanism even though there are proj.pc files in both versions of the

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Thiago V. dos Santos via R-sig-Geo
Hi Roger, thanks for the follow up. Answering to your comments: a) I am using Macports's gdal version 2.3.0.20180523. I am pretty sure that its source code (i.e. the one that is compiled on my machine) is downloaded from OSGEO (at least according to 

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Ben Tupper
It's quite a selection of drivers, but my driver world has a short horizon. > gdalDrivers() namelong_name create copy isRaster 1 AAIGrid Arc/Info ASCII Grid FALSE TRUE TRUE 2

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Roger Bivand
On Mon, 11 Jun 2018, Ben Tupper wrote: Hi, I used CRAN binary ala ... install.packages("rgdal") I used that same for sp and rgeos. Good, thanks. They probably do not have the very latest versions of the external dependencies, but do work and provide a reasonable selection of GDAL

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Ben Tupper
Hi, I used CRAN binary ala ... > install.packages("rgdal") I used that same for sp and rgeos. Ben > On Jun 11, 2018, at 3:45 PM, Roger Bivand wrote: > > On Mon, 11 Jun 2018, Ben Tupper wrote: > >> Hi, >> >> I have been able to install all three without issue. I have encountered no >>

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Roger Bivand
On Mon, 11 Jun 2018, Ben Tupper wrote: Hi, I have been able to install all three without issue. I have encountered no issues with usage. Ben, Thanks for this report. How did you install rgdal - CRAN binary (now at 1.3.2 for R 3.5.0) or source install using GDAL and PROJ installed in what

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Ben Tupper
Hi, I have been able to install all three without issue. I have encountered no issues with usage. > sessionInfo() R version 3.5.0 (2018-04-23) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS Sierra 10.12.6 Matrix products: default BLAS:

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Gilles Benjamin Leduc
Message original Sujet: Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos Date: Lundi 11 Juin 2018 08:24 GMT De: "Gilles Benjamin Leduc" Pour: roger.biv...@nhh.no Here it is: > sessionInfo() R version 3.4.2 (2017-09-28) Platform: x86_64-apple

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Roger Bivand
On Mon, 11 Jun 2018, Gilles Benjamin Leduc wrote: Good monday! I tried to update rgdal, I get a warning telling me the installation had a non-null exit status. I haven't cheak if it was working… Thanks for responding - every user data point helps! Could you please provide the output of

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-11 Thread Gilles Benjamin Leduc
Good monday! I tried to update rgdal, I get a warning telling me the installation had a non-null exit status. I haven't cheak if it was working… Benjamin Le Vendredi 8 Juin 2018 18:15 GMT, Roger Bivand a écrit: > There are new releases of sp, rgdal and rgeos on CRAN. Please install

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-10 Thread Roger Bivand
Thanks for reporting, comments inline below (note that I have no OSX access at all): On Sat, 9 Jun 2018, Thiago V. dos Santos wrote: Dear Roger, Thank you very much for the excellent work done with those packages. Today I update both rgeos and rgdal on my system - macOS 10.13.5 with all

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-09 Thread Thiago V. dos Santos via R-sig-Geo
Dear Roger, Thank you very much for the excellent work done with those packages. Today I update both rgeos and rgdal on my system - macOS 10.13.5 with all dependencies installed via MacPorts. I had updated sp a few days earlier. The dependencies versions on my system are gdal

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-09 Thread Roger Bivand
sp 1.3-1, rgdal 1.3-2, rgeos 0.3-28. Roger Bivand Norwegian School of Economics Bergen, Norway Fra: Greg Minshall Sendt: lørdag 9. juni, 01.33 Emne: Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos Til: Roger Bivand Kopi: r-sig-geo@r-project.org hi, Roger, could you give the version

Re: [R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-08 Thread Greg Minshall
hi, Roger, could you give the version numbers of the new sp, rgdal, rgeos? (not that i don't trust CRAN to be up-to-date.) cheers, Greg ___ R-sig-Geo mailing list R-sig-Geo@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo

[R-sig-Geo] CRAN releases of sp, rgdal and rgeos

2018-06-08 Thread Roger Bivand
There are new releases of sp, rgdal and rgeos on CRAN. Please install sp first, then the other two, which link to the installed sp. They all address so-called rchk issues, which have not so far been a problem, but might have become more fragile as R's internal memory management is made even