Skip to content
Back to formatted view

Raw Message

Message-ID: <129693D3-F758-4A53-8077-76009A7A3253@eva.mpg.de>
Date: 2009-12-09T11:41:11Z
From: Hans-Jörg Bibiko
Subject: quartz.save "bug"

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