The R Project SVN R

Rev

Rev 90045 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90045 Rev 90182
Line 694... Line 694...
694
> ### * find_gs_cmd
694
> ### * find_gs_cmd
695
> 
695
> 
696
> flush(stderr()); flush(stdout())
696
> flush(stderr()); flush(stdout())
697
> 
697
> 
698
> ### Name: find_gs_cmd
698
> ### Name: find_gs_cmd
699
> ### Title: Find a GhostScript Executable
699
> ### Title: Find a Ghostscript Executable
700
> ### Aliases: find_gs_cmd R_GSCMD GSC
700
> ### Aliases: find_gs_cmd R_GSCMD GSC
701
> 
701
> 
702
> ### ** Examples
702
> ### ** Examples
703
> ## Not run: 
703
> ## Not run: 
704
> ##D ## Suppose a Solaris system has GhostScript 9.00 on the path and
704
> ##D ## Suppose a Solaris system has Ghostscript 9.00 on the path and
705
> ##D ## 9.07 in /opt/csw/bin.  Then one might set
705
> ##D ## 9.07 in /opt/csw/bin.  Then one might set
706
> ##D Sys.setenv(R_GSCMD = "/opt/csw/bin/gs")
706
> ##D Sys.setenv(R_GSCMD = "/opt/csw/bin/gs")
707
> ## End(Not run)
707
> ## End(Not run)
708
> 
708
> 
709
> 
709
>