Also useful if you want to do an FAQ
On Thu, Jul 14, 2011 at 10:12 AM, Melissa Jane Hubisz wrote:
> Another workaround is to create a "dummy" vignette which does nothing
> but include the pdf file. Something like this:
> vignette.Rnw:
>
> % \VignetteIndexEntry{vignette}
> % \VignetteKeywords{k
On Thu, 14 Jul 2011, Melissa Jane Hubisz wrote:
Another workaround is to create a "dummy" vignette which does nothing
but include the pdf file. Something like this:
vignette.Rnw:
% \VignetteIndexEntry{vignette}
% \VignetteKeywords{keywords here}
% \VignettePackage{package name}
\documentclass
Another workaround is to create a "dummy" vignette which does nothing
but include the pdf file. Something like this:
vignette.Rnw:
% \VignetteIndexEntry{vignette}
% \VignetteKeywords{keywords here}
% \VignettePackage{package name}
\documentclass[a4paper]{article}
\usepackage{hyperref}
\usepackag
Prof Brian Ripley stats.ox.ac.uk> writes:
>
> It depends what you mean by 'vignette': the R docs have been unclear
> (but R >= 2.13.0 are more consistent). In most cases a 'vignette' is
> an Sweave document, the vignette source being the .Rnw file, and the
> vignette PDF the processed .pdf f
It depends what you mean by 'vignette': the R docs have been unclear
(but R >= 2.13.0 are more consistent). In most cases a 'vignette' is
an Sweave document, the vignette source being the .Rnw file, and the
vignette PDF the processed .pdf file.
At present vignette() means Sweave documents, as