On 08/07/2013 20:20, Witold E Wolski wrote:
While developing a package I would like to disable vignette creation
when executing R CMD build. The vignette creation is costly so I would
prefer not to have to regenerate it every time.
Why not read the documentation?
As the exact answer depends on the version of R, we will not write the
manuals out here. But
R CMD build --help
should give you enough of a clue .... Otherwise read 'Writing R
Extensions' ยง1.4, for your version of R.
--
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-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.