On 22/06/2012 23:01, Jeff Hamann wrote:
I'm adding a couple of vignettes to an existing package.

Incorrectly, it seems, but you told us no details.

You can use R CMD build to get the PDFs (re-)built. R CMD check checks (preferably the tarball), but re-makes nothing.


When I make a change to the sweave file, and run the check command,

c:\conifers\trunk>R CMD check rconifers

I get the following message(s) in the 00check.log file:

* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... WARNING
Package vignette(s) without corresponding PDF:
    'ConifersIntroVignette.rnw'
    'rconifers.Rnw'

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

When the process completes, I still don't get updated vignettes in the 
rconifers.Rcheck/rconifers/inst/doc directory.

Why? I can't find the right switch.

win.version()
[1] "Windows 7 x64 (build 7601) Service Pack 1"


R.Version()
$platform
[1] "x86_64-pc-mingw32"

$arch
[1] "x86_64"

$os
[1] "mingw32"

$system
[1] "x86_64, mingw32"

$status
[1] ""

$major
[1] "2"

$minor
[1] "15.0"

$year
[1] "2012"

$month
[1] "03"

$day
[1] "30"

$`svn rev`
[1] "58871"

$language
[1] "R"

$version.string
[1] "R version 2.15.0 (2012-03-30)"

$nickname
[1] ""



Respectfully,
Jeff.


Jeff Hamann, PhD
PO Box 1421
Corvallis, Oregon 97339-1421
230 SW 3rd Street Suite #310
Corvallis, Oregon 97333
541-602-5438 (c)
541-754-2457 (h)
jeff.hamann[at]forestinformatics[dot]com
jeff.d.hamann[at]gmail[dot]com
http://www.forestinformatics.com
http://en.wikipedia.org/wiki/Forest_informatics

To ensure that your email is processed, include a subject entry in your email.





        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel



--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to