[R] postscript() filenames with forward slashes cause abort

Waichler, Scott R Scott.Waichler at pnl.gov
Fri Apr 29 19:55:53 CEST 2005


My newly installed R-2.1.0 apparently doesn't like forward slashes in
filenames:

> R.version.string
[1] "R version 2.1.0, 2005-04-18"
> plotfile <- "\home\mean_monthly_stl.eps"
> postscript(plotfile)
> plotfile <- "/home/mean_monthly_stl.eps"
> postscript(plotfile)
*** glibc detected *** double free or corruption (!prev): 0x098e7180 ***
Abort

Does this have something to do with UTF-8 (about which I know little)?

Scott Waichler
Pacific Northwest National Laboratory
scott.waichler at pnl.gov




More information about the R-help mailing list