Displaying 2 results from an estimated 2 matches for "psenv".
Did you mean:
pscnv
2004 Dec 16
1
Problem with postscript graphics device driver
I recently installed R version 2.01 for OS X (version 10.3.6). I now
get the following error message when I try to use the postscript
function:
Error in get(name.opt, envir = envir) : Object ".PSenv" not found
This did not happen in previous versions of R (i.e. 1.9). I do not get
this error message when using the pdf graphics device driver.
Thanks,
Jeff Freedman
----------------------------------------------
Jeffrey M. Freedman TEL: (518) 437-8712
Atmospheric Information Services...
2009 May 29
1
png() error in recent R-devel on Windows
...width <- switch(units, `in` = res, cm = res/2.54, mm = 1/25.4,
px = 1) * width
invisible(.External(Cdevga, paste("png:", filename, sep = ""),
width, height, pointsize, FALSE, 1L, NA_real_, NA_real_,
bg, 1, as.integer(res), NA_integer_, FALSE, .PSenv, NA,
restoreConsole, "", FALSE))
}
Note that the call to .External has 19 arguments, the last 2 of them being
"" and FALSE but the devga() function defined in src/library/grDevices/src/init.c
expects 1 more argument (19 + the entry point name), the last 3 of them
being...