[R-SIG-Mac] new raster image support in r-devel

Kasper Daniel Hansen khansen at stat.berkeley.edu
Mon Dec 14 07:37:10 CET 2009


Leopard, latest version, using Apples gcc 4.2. SVN version r50716

I get a crash (memory not mapped).  The traceback shows grid.Call("L_cap"), followed by .Call(fname, ...., package = "grid")

Kasper

On Dec 13, 2009, at 21:47 PM, Paul Murrell wrote:

> Hi
> 
> In the *development* version of R, there are two new functions, grid.raster() and grid.cap(), in the 'grid' package, which draw (and capture) raster (bitmap) images
> (see http://developer.r-project.org/Raster/raster-RFC.html)
> 
> There has been a report that this is not working on the quartz() device on MacOS X 10.5 (Leopard?), specifically i386-apple-darwin9.8.0
> 
> The test is simply ...
> 
> library(grid)
> quartz()
> grid.text("test")
> cap <- grid.cap()
> # Crash and burn
> 
> If anyone has a system like this, and is happy to install the development version of R on that system, I would appreciate a confirmation of this problem.
> 
> Thanks for any help
> 
> Paul
> -- 
> Dr Paul Murrell
> Department of Statistics
> The University of Auckland
> Private Bag 92019
> Auckland
> New Zealand
> 64 9 3737599 x85392
> paul at stat.auckland.ac.nz
> http://www.stat.auckland.ac.nz/~paul/
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac



More information about the R-SIG-Mac mailing list