| findGhostscript.System {R.utils} | R Documentation |
Searches for the ghostview binary on the current system.
Currently only Windows and Unix is supported.
System$findGhostscript(updateRGSCMD=TRUE, ...)
updateRGSCMD |
If TRUE and ghostscript is found, then the system
environment variable R_GSCMD is set to the (first) path found.
This variable is used by the bitmap() device. |
... |
Not used. |
Returns a vector of full pathnames where ghostscript is found.
Henrik Bengtsson (http://www.braju.com/R/)
Sys.getenv().
dev2bitmap.
For more information see System.
## Not run: print(System$findGhostscript()) ## End(Not run)