Ghosh, Sandeep
2005-Mar-23 20:58 UTC
[R] R on red hat 2.1 problem while trying to generate image
Running R 1.9.1 under red hat 2.1 version When I try to generate an image, we get an error as in the following plot(rnorm(100)) Error in PS(file, old$paper, old$family, old$encoding, old$bg, old$fg, : unable to start device PostScript In addition: Warning message: cannot open `postscript' file argument `Rplots.ps' If anyone can throw some light or any pointers into why we are facing this problem then it would be really helpful. Thanks, Sandeep. [[alternative HTML version deleted]]
Uwe Ligges
2005-Mar-24 07:43 UTC
[R] R on red hat 2.1 problem while trying to generate image
Ghosh, Sandeep wrote:> Running R 1.9.1 under red hat 2.1 versionPlease upgrade.> When I try to generate an image, we get an error as in the following > > plot(rnorm(100)) > Error in PS(file, old$paper, old$family, old$encoding, old$bg, old$fg, : > unable to start device PostScript > In addition: Warning message: > cannot open `postscript' file argument `Rplots.ps'Do you have write permission in the current working directory? If not, use postscript() explicitly. Uwe Ligges> If anyone can throw some light or any pointers into why we are facing this problem then it would be really helpful. > > Thanks, > Sandeep. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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