Skip to content
Prev 306785 / 398506 Next

Proposal: Package update log

On 10/2/2012 10:01 AM, Starkweather, Jonathan wrote:
Let me just address the "accessible from the R-console" part of this. 
The infrastructure to support this already exists; check out the news() 
function. It does require a structured NEWS file, but will make some 
attempts to figure out the structure (see the documentation).
More detail is generally nice. However, I'm not sure what CRAN could 
enforce. A simple check that could be automated is that news() for the 
package and the version declared in the DESCRIPTION file returns a 
non-empty result. But I don't know if that would be a net positive 
(adding another burden for package authors vs giving more detail). Those 
authors that care probably already do so; those that don't will just 
have to work around the check without necessarily adding anything useful.