[Rd] vignettes in a bundle

Romain Francois romain.francois at dbmail.com
Tue Apr 28 09:19:34 CEST 2009


Hi Robin,

Something like:

<<echo=FALSE>>=
bib <- system.file( "bib", "mybib.bib", package = "yada" )
cat( "\\bibliography{",bib,"}\n")
@

It would also be nice to be able to use bibliography in Rd files ...

Romain

Robin Hankin wrote:
> Hi
>
> I have a bundle comprising three packages.
>
> Each package has a vignette.  Currently each
> vignette has a separate .bib file.
>
> How do I arrange the bundle so that each
> vignette accesses a single, common, .bib file?
>
>
> thanks
>
> Robin
>


-- 
Romain Francois
Independent R Consultant
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr



More information about the R-devel mailing list