[R] vignette problem

Achim Zeileis Achim.Zeileis at wu-wien.ac.at
Mon May 25 07:40:17 CEST 2009


On Sun, 24 May 2009, Erin Hodgess wrote:

> Dear R People:
>
> I'm using R-2.8.1 on Ubuntu Jaunty jackalope (or whatever its name
> is), and having a problem with the vignette function:
>
>> vignette("snowfall")
> sh: /usr/bin/xpdf: not found
>>

xpdf is configured to be the default PDF viewer but it is not installed on 
your machine at the moment:

R> getOption("pdfviewer")
[1] "/usr/bin/xpdf"

Either install xpdf or set options(pdfviewer = ...) to a PDF viewer that 
is already installed.

hth,
Z

> Has anyone run into this, please?
> Or is this for the Debian R list, please?
>
> Thanks,
> Erin
>
>
> -- 
> Erin Hodgess
> Associate Professor
> Department of Computer and Mathematical Sciences
> University of Houston - Downtown
> mailto: erinm.hodgess at gmail.com
>
> ______________________________________________
> R-help at 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.
>
>




More information about the R-help mailing list