[Rd] Segfault with savePlot

Prof Brian D Ripley ripley at stats.ox.ac.uk
Tue Mar 22 15:41:25 CET 2005


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 using savePlot("foo","pdf"). FWIW, I don't have a
> problem using the canonical
>
> pdf("foo.pdf")
> plot(something)
> dev.off()
>
> Best,
>
> Jim
>
> i
>
> > R.Version()
> $platform
> [1] "i386-pc-mingw32"
>
> $arch
> [1] "i386"
>
> $os
> [1] "mingw32"
>
> $system
> [1] "i386, mingw32"
>
> $status
> [1] "Under development (unstable)"
>
> $major
> [1] "2"
>
> $minor
> [1] "1.0"
>
> $year
> [1] "2005"
>
> $month
> [1] "03"
>
> $day
> [1] "17"
>
> $language
> [1] "R"
>
>
>
> James W. MacDonald
> Affymetrix and cDNA Microarray Core
> University of Michigan Cancer Center
> 1500 E. Medical Center Drive
> 7410 CCGC
> Ann Arbor MI 48109
> 734-647-5623
>
>
> **********************************************************
> Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues.
>
> ______________________________________________
> R-devel at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-devel mailing list