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

Simon Urbanek simon.urbanek at r-project.org
Wed Dec 9 16:58:37 CET 2009


On Dec 9, 2009, at 6:41 , Hans-Jörg Bibiko wrote:

> 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.
>

Well, it's not documented to do so - it's really just pass-through for  
quartz() so if anything this is a wishlist item for the quartz()  
command. I'll see if we can accommodate that ...

Thanks,
Simon


> 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
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
>



More information about the R-SIG-Mac mailing list