Hi all, prior to R version 3.0 I used to include a static PDF file as package vignette following the instructions in http://www.icesi.edu.co/CRAN/web/packages/R.rsp/vignettes/NonSweaveVignettes.pdf (I know this is a little bit old), except that the relevant files where in vignette/ directory of the package and not on inst/doc/. This was recognized by the R build system, so the vignette appeared when calling browseVignettes() as well as in the 'Overview of user guides and package vignettes' section of the package HTML help page. However, this doesn't work anymore, and I have tried many different ways but with no success. Did someone find another solution to include static PDF files as vignettes in R packages? Thanks in advance.
Luca -- -------------------------------------------------- Dr Luca Scrucca Department of Economics University of Perugia Via A. Pascoli, 20 06123 Perugia (ITALY) Tel. +39-075-5855229 Fax: +39-075-5855950 E-mail: l...@stat.unipg.it Web page: http://www.stat.unipg.it/luca ______________________________________________ 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.