Re: [R-SIG-Mac] Updating some packages fails

2018-01-15 Thread Simon Urbanek
Manuel, apologies for the inconvenience - in addition to the original problem the intermediate server that hosts the packages ran out of disk space - it should be all fixed now. Not all packages have been built yet, but a significant portion (packages are built roughly by they reverse-dependenc

Re: [R-SIG-Mac] Updating some packages fails

2018-01-15 Thread Ben Tupper
Hi, That does sound frustrating - have you tried the following from a terminal (not R console)? $ which gdal-config /usr/local/bin/gdal-config And then from within R? > Sys.which("gdal-config") gdal-config "/usr/local/bin/gdal-config" Ben > On Jan 15, 2018, at 6:03 PM,

Re: [R-SIG-Mac] Updating some packages fails

2018-01-15 Thread Duncan Murdoch
On 15/01/2018 6:03 PM, Manuel Spínola wrote: Thank you very much Ben. But I am trying to make an update, not a first time installation. The older sf version is running fine. Building from source needs more from your system than installing a prebuilt binary. If you aren't willing or able to

Re: [R-SIG-Mac] Updating some packages fails

2018-01-15 Thread Manuel Spínola
Thank you very much Ben. But I am trying to make an update, not a first time installation. The older sf version is running fine. Manuel 2018-01-15 10:40 GMT-06:00 Ben Tupper : > Hi, > > sf (and many other spatial packages) depend upon gdal ( > http://www.gdal.org/) being installed on your plat

Re: [R-SIG-Mac] Updating some packages fails

2018-01-15 Thread Ben Tupper
Hi, sf (and many other spatial packages) depend upon gdal (http://www.gdal.org/ ) being installed on your platform. Your message says it can't find the gdal-config utility, "checking for gdal-config... no". You can install it following these instructions... https://trac

Re: [R-SIG-Mac] Updating some packages fails

2018-01-15 Thread Manuel Spínola
I am still having problems updating some packages, for example, sf Hmisc rms mgcv RcmdrMisc Same messages that I showed in my first email. Manuel 2018-01-11 12:17 GMT-06:00 Simon Urbanek : > Manuel, > > the archiving on CRAN has changed recently which broke the updates so > recently the updat

Re: [R-SIG-Mac] Updating some packages fails

2018-01-11 Thread Manuel Spínola
Thank you very much Lee and Simon. Manuel 2018-01-11 12:17 GMT-06:00 Simon Urbanek : > Manuel, > > the archiving on CRAN has changed recently which broke the updates so > recently the update for macOS packages have been suspended. Hence some most > recent binaries is not available yet - it shoul

Re: [R-SIG-Mac] Updating some packages fails

2018-01-11 Thread Simon Urbanek
Manuel, the archiving on CRAN has changed recently which broke the updates so recently the update for macOS packages have been suspended. Hence some most recent binaries is not available yet - it should be up by tomorrow. Cheers, Simon > On Jan 11, 2018, at 12:26 PM, Manuel Spínola wrote: >

Re: [R-SIG-Mac] Updating some packages fails

2018-01-11 Thread Lee
To build sf from source you need the GDAL library.  The easiest way to install GDAL, as well as GEOS and PROJ, on a mac is with the framework from Kyng Chaos which you can find here: http://www.kyngchaos.com/software/frameworks They are also available on Homebrew; brew search for gdal, proj and

[R-SIG-Mac] Updating some packages fails

2018-01-11 Thread Manuel Spínola
Dear list members, When trying updating some packages in MacOS High Sierra 10.13 (R 3.4.2) some packages, as "sf", fails: > install.packages("sf") There is a binary version available but the source version is later: binary source needs_compilation sf 0.5-5 0.6-0 TRUE Do you