Skip to content
Prev 306783 / 398506 Next

Proposal: Package update log

There is already support in the packaging system for a NEWS file which
can be accessed within R using the 'news' function.  What would the
changelog that you are proposing contribute or contain beyond what the
NEWS file already does?

Creating and updating NEWS is not mandatory, but is encouraged.
Making the update of NEWS mandatory would probably not change anything
for the authors already using it, for those that don't it may cause
the author to be less likely to share or update their package rather
than bother with logging the updates (though whether that is a bad
thing or a good thing is a whole different discussion).  How would you
mandate the update log?  just requiring a change could result in a
lazy author adding a single line of gibberish or a statement like
"updated on this date".  To enforce something more meaningful would
require some form of moderation and place additional burden where
there is already a lot of volunteer work happening.

If a package is on R-forge (or other similar locations) then you can
get a details view of the changes between versions.  Packages on CRAN
have previous versions available and there are tools that will let you
compare the differences in detail.

On Tue, Oct 2, 2012 at 11:01 AM, Starkweather, Jonathan
<Jonathan.Starkweather at unt.edu> wrote: