search for: g432x432

Displaying 1 result from an estimated 1 matches for "g432x432".

Did you mean: 2432432
2007 Mar 31
1
Too long pathname in bitmap() crashes R on WinXP
...th(path, filename); print(pathname); # Tell R where Ghostscript is gsexe <- "C:/gs/gs8.54/bin/gswin32c.exe"; gsexe <- "C:/Program Files/gs/gs8.56/bin/gswin32c.exe"; gsexe <- shortPathName(gsexe); cmd <- paste(gsexe, " -dNOPAUSE -dBATCH -q -sDEVICE=png256 -r72 -g432x432 -sOutputFile=", pathname, sep=""); print(cmd); print(nchar(cmd)); tmp <- tempfile(); postscript(file=tmp, width=6, height=6, pointsize=9, paper="special", horizontal=FALSE, print.it=TRUE, command=cmd); plot(1); dev.off(); It seems to have to do with the length of '...