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
p...@stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-mac