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

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to