[R-SIG-Mac] Bug? in R 2.6.0 with quartz.save()

Todd A. Johnson tjohnson at src.riken.jp
Wed Oct 17 07:58:48 CEST 2007


After upgrading to R 2.6.0, I tried saving the Quartz window to a file from
R.app using quartz.save() as mentioned in the R for Mac FAQ, but received
the error message:

Error: could not find function "quartz.save"

I've recreated this error on both a Mac Pro and a G4 PowerBook.

Reinstalling R 2.5.1 over the top removes the error.

This is the simple code to recreate the bug:

quartz(width=5, height=5);
plot(c(0,0));
quartz.save("/Users/MyUserName/Desktop/test2.pdf");


Best,

Todd



More information about the R-SIG-Mac mailing list