Re: [R] Resolving installed package updates warning

2018-08-10 Thread Rich Shepard
On Fri, 10 Aug 2018, MacQueen, Don wrote: C++11 is a programming language. Don, That's what I assumed; a version of c++, which is installed here by default. Perhaps not that verision, but ... configure: C++11 support available and then later says /usr/include/cpl_port.h:187:6: error: #

Re: [R] Resolving installed package updates warning

2018-08-10 Thread Bert Gunter
What's C++11? Google it! -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Aug 10, 2018 at 9:53 AM, Rich Shepard wrote: > On Fri, 10 Aug 2018,

Re: [R] Resolving installed package updates warning

2018-08-10 Thread MacQueen, Don via R-help
Rich, C++11 is a programming language. Interestingly, someone else asked for help yesterday with exactly the same error message for rgdal. The subject line was "Help reinstalling rgdal (Ubuntu 16.04)" The suggestions were to visit the mailing lists R-sig-geo and/or R-sig-debian. It's puzzli

Re: [R] Resolving installed package updates warning

2018-08-10 Thread Rich Shepard
On Fri, 10 Aug 2018, MacQueen, Don wrote: I would start by trying to install rgdal by itself, rather than as part of a "batch" update. As in Install.packages('rgdal') Don, rgdal was supposed to be installed, but you have a valid point. My expectation is that you will see a more complete

Re: [R] Resolving installed package updates warning

2018-08-10 Thread MacQueen, Don via R-help
I would start by trying to install rgdal by itself, rather than as part of a "batch" update. As in Install.packages('rgdal') My expectation is that you will see a more complete error message specific to rgdal, which presumably will provide a clue or pointer. -Don -- Don MacQueen Lawrence L

[R] Resolving installed package updates warning

2018-08-10 Thread Rich Shepard
Updating installed packages ends with a warning: Warning message: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, : installation of package ‘rgdal’ had non-zero exit status What steps should I take to correct this? Rich _