Skip to content
Prev 40053 / 63424 Next

How to create vignette.pdf for R-2.13.0?

On 03.05.2011 21:14, cstrato wrote:
Then this is the main problem here. The *recommended* development cycle 
from the manuals is to run

1. R CMD build in order to get a valid source tarball and clean the sources
2. R CMD INSTALL to check if your package can be installed
3. R CMD check in order to finally check your package

Running R CMD INSTALL on your source directory may pollute it, hence 
this is not recommended at all.


Best,
UWe