[R-SIG-Mac] new raster image support in r-devel
Paul Murrell
p.murrell at auckland.ac.nz
Mon Dec 14 03:47:40 CET 2009
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/
More information about the R-SIG-Mac
mailing list