On 10/21/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Under FreeBSD 6.2 I installed R 2.6.0.
> Trying to load e.g. vignette("zoo")  R calls acroread automagically.
> I instead would like to use the lighter kde built-in pdf   reader kGhostView-
> Is this possible?

Yes.  If you set an environment variable R_PDFVIEWER to the full name
of the kGhostView executable before configuring and building R.

Alternatively you could create a file Renviron.site in the R_HOME/etc
directory that defines R_PDFVIEWER to be the full name of the
kGhostView executable (usually something like /usr/bin/kghostview).

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to