Sibylle Matthes
2005-Oct-18 13:04 UTC
[R] problems with device drivers postscript() and pdf()
Dear R-help, We are using the Platform AMD 64 Bit Opteron. Our operating system is SUSE LINUX ENTERPRISESERVER SLES9.0 We are using R version 2.2.0 . This is our problem: None of the device drivers postscript() or pdf() is opening, e.g. the following message is coming: postscript("splines-Ex.ps") Fehler in postscript("splines-Ex.ps") : unable to start device PostScript Zus????tzlich: Warning message: cannot open 'postscript' file argument 'splines-Ex.ps' with regards Sibylle Matthes
Roger Bivand
2005-Oct-18 13:22 UTC
[R] problems with device drivers postscript() and pdf()
On Tue, 18 Oct 2005, Sibylle Matthes wrote:> > Dear R-help, > We are using the Platform AMD 64 Bit Opteron. > Our operating system is SUSE LINUX ENTERPRISESERVER SLES9.0 > We are using R version 2.2.0 . > This is our problem: > None of the device drivers postscript() or pdf() is opening, e.g. > the following message is coming: > postscript("splines-Ex.ps") > Fehler in postscript("splines-Ex.ps") : unable to start device > PostScript > Zus????tzlich: Warning message: > cannot open 'postscript' file argument 'splines-Ex.ps' >As far as I can see, you are trying to write 'splines-Ex.ps' in a directory where you do not have write access. Check getwd(), and move with setwd() to a directory you can write to, or give a full path to such a directory. Look at: getwd() system("ls -l ..") to see the permissions of your working directory.> with regards > Sibylle Matthes > >-- Roger Bivand Economic Geography Section, Department of Economics, Norwegian School of Economics and Business Administration, Helleveien 30, N-5045 Bergen, Norway. voice: +47 55 95 93 55; fax +47 55 95 95 43 e-mail: Roger.Bivand at nhh.no