Displaying 1 result from an estimated 1 matches for "msg22811".
Did you mean:
msg02812
2014 Mar 20
0
possible bug: graphics::image seems to ignore getOption("preferRaster")
...ras <- dev.capabilities("raster")[[1]]
if (identical(ras, "yes"))
useRaster <- TRUE
I can't find any relevant changes in R news
http://stat.ethz.ch/R-manual/R-devel/doc/html/NEWS.html
This discussion
https://www.mail-archive.com/r-devel at r-project.org/msg22811.html
suggests that Simon Urbanek may have added the useRaster option and
looking at git blame on this mirror repo:
https://github.com/wch/r-source/blame/c3ba5b0be36d3a1290e18fe189142c88f1e43236/src/library/graphics/R/image.R#L111-L120
suggests that Brian Ripley's svn commit 56949 was the l...