Skip to content
Prev 23191 / 29559 Next

Problem installing rgeos

On Tue, 4 Aug 2015, chris english wrote:

            
The problem is almost certainly that the platform build train (compilers 
and libraries) which underlie all the other programs have been updated, as 
Chris has suggested (and we still do not know the OS version or output of 
sessionInfo()). This is neither a GEOS nor an rgeos problem. Most likely 
the C and C++ libraries have changed, leading to a need to re-install an 
unknown number of downstream components.

I suggest checking that you can install Rcpp from source (to test the 
build train). If there are problems, you should correct these first, by 
bringing your build train into reasonable order.

If you can, re-install GEOS from source (to freshen up its dependencies on 
the C and C++ libraries) and only when GEOS passes make check itself 
(ourside R), proceed to install rgeos. If you download the R source 
tarball of rgeos, and run R CMD check on it, you will get a full test of 
its state.?Following R CMD INSTALL, this should then work.

Roger