Displaying 2 results from an estimated 2 matches for "patch2a".
Did you mean:
patch2
1997 Jun 02
2
R-beta: Postscript command fails
We are getting the following error:
> postscript(file="Rplot.ps")
Error in device("postscript", as.character(c(file, paper, family, bg, :
unable to start device postscript
This is R-0.49 under SunOS 4.1.3 and under Linux (kernel 2.0.0).
The command worked fine on R-0.14 under the 2 above operating systems.
Any ideas?
Ina
1997 May 15
4
R-alpha: A Couple of Queries
1) I have been working on making R libraries more like those in S.
I thought it might be advisable to discuss the ideas before springing
them on you. What I have done is changed things so that each library
has its own frame on the search path. E.g.
> search()
[1] ".GlobalEnv" "library:base"
> library("eda")
> search()
[1] ".GlobalEnv"