This is due to a change last Thursday to the PDF device, and the person
doing so not making the corresponding change to savePlot(). Adding
arguments to the middle of a call is error-prone.
Should be back as it was before now.
On Tue, 22 Mar 2005, James MacDonald wrote:
> I get a segfault when
I get a segfault when using savePlot("foo","pdf"). FWIW, I don't have a
problem using the canonical
pdf("foo.pdf")
plot(something)
dev.off()
Best,
Jim
> R.Version()
$platform
[1] "i386-pc-mingw32"
$arch
[1] "i386"
$os
[1] "mingw32"
$system
[1] "i386, mingw32"
$status
[1] "Under developmen