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
[EMAIL PROTECTED]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to