On 16/12/2019 4:34 p.m., Marc Girondot via R-SIG-Mac wrote:
When I load the last version of raster package in MacOS, I get a segfault:

This is similar to the problem described here:

https://r.789695.n4.nabble.com/Raster-package-crash-with-segmentation-fault-td4759487.html

or here

https://github.com/rspatial/raster/issues/63

The last working version for me is the 2.5-8 installed with:

require(devtools)
install_version("raster", version = "2.5-8", repos
="http://cran.us.r-project.org";)

I would like know if the problem with the raster package is common in
macOSX or if there is something special for me.


library(raster) works fine for me. This loads 3.0-7. I'm on MacOS 10.13.6, likely older than whatever you are using.

Duncan Murdoch

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to