Skip to content
Prev 39977 / 63421 Next

How to create vignette.pdf for R-2.13.0?

Dear Uwe,

As I have already mentioned R CMD check gives the following output:

* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... WARNING
Package vignette(s) without corresponding PDF:
    APTvsXPS.Rnw
    xps.Rnw
    xpsClasses.Rnw
    xpsPreprocess.Rnw

* checking running R code from vignettes ... OK
* checking re-building of vignettes ... OK
* checking PDF version of manual ... OK

WARNING: There was 1 warning, see
   '/Volumes/CoreData/CRAN/xps.Rcheck/00check.log'
for details


Although the output says "checking PDF version of manual ... OK" I 
cannot find any result in "xps.Rcheck".


When I run "R64 CMD build xps" I get:

* checking for file 'xps/DESCRIPTION' ... OK
* preparing 'xps':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to re-build vignettes
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building 'xps_1.13.1.tar.gz'

However, the resulting file "xps_1.13.1.tgz" does also not contain any 
vignettes.

Best regards
Christian
On 4/27/11 10:16 AM, Uwe Ligges wrote: