Skip to content
Prev 26914 / 63458 Next

R CMD Build feature searches or requests

This is clearly an R-devel topic, so I've moved it there.
Please re-read the descriptions of the lists in the posting guide.
On Thu, 6 Dec 2007,Johannes Graumann wrote:

            
But you needed to install first, which 'build' does not do by default. 
This seems a rare need that you can script for yourself.
R CMD build adds a date when the packaging was done, but that need not be 
the date of the package.  For my packages the date is that of the last 
change, but the final packaging for distribution can be much later, at a 
time related to R release dates.  In particular, the version of the 
DESCRIPTION file in the svn archive is the master, not that distributed.

Incrementing version numbers automatically is nigh impossible: some people 
omit -0 for example, so what is the next version after 1.7?  1.8? 1.8-1? 
1.8.1?
If you find that enough people support your wish for 1 (and so far I have 
seen no response at all), you could contribute a patch for review and 
possible inclusion in a future version of R.  But not, please, to R-help.