[R-SIG-Mac] quartz.save "bug"

Hans-Jörg Bibiko bibiko at eva.mpg.de
Wed Dec 9 12:41:11 CET 2009


Hi,

I've just encountered a tiny "bug" in the function quartz.save. It doesn't expand e.g. a leading ~ in the file name.

To fix this one could maybe change the function declaration to:

...
oc$device <- quartz
oc$type <- type
oc$file <- path.expand(file)
oc$dpi <- dpi
...


Cheers,

--Hans


More information about the R-SIG-Mac mailing list