Re: [R-pkg-devel] bioRxiv Preprint as Vignette

2019-11-30 Thread Dirk Eddelbuettel
On 30 November 2019 at 19:55, Charith Karunarathna wrote: | I am just wondering about how I can include a bioRxiv preprint as the vignette of my R package. It's a pdf file already in bioRxiv. Could you please let me know how I can include that file as vignette? Sure. "Just do it" -- in the sen

Re: [R-pkg-devel] bioRxiv Preprint as Vignette

2019-11-30 Thread Henrik Bengtsson
Disclaimer, I'm the author: You can include a static PDF using the R.rsp::asis vignette engine: https://cran.r-project.org/web/packages/R.rsp/vignettes/R_packages-Static_PDF_and_HTML_vignettes.pdf Better is if you've got the LaTeX source (with figures etc.), then use the R.rsp::tex vignette en

[R-pkg-devel] bioRxiv Preprint as Vignette

2019-11-30 Thread Charith Karunarathna
Hi, I am just wondering about how I can include a bioRxiv preprint as the vignette of my R package. It's a pdf file already in bioRxiv. Could you please let me know how I can include that file as vignette? Thank you in advance! Charith. [[alternative HTML version deleted]] _