The last update of rgeos (version 0.4-1) was released on October 19th, 2018 and with my current R set up:
|
|
I got the following error:
|
|
My version of libgeos-dev
is 3.7.0-1 and I think I had this before
the update of the R package. I tried to find a way to fix this and found this
answer on claiming that it is a bug. The build indeed fails for r-release-linux-x86_64
but there is no more details… So, as recommended in the answer, I downgraded
to version 0.3-28:
library(devtools)
install_version("rgeos", version = "0.3-28")
Hopefully this will be fixed soon!