Skip to content
Prev 306787 / 398506 Next

Proposal: Package update log

One "other similar location" is Github, where you can "watch" a
package, and this is how I keep track of changes in the packages that
I'm interested in.

Just for the interest of other R package developers, the NEWS file can
be written in Markdown and I have a Makefile
(https://github.com/yihui/knitr/blob/master/Makefile) to convert
Markdown to R's standard NEWS format, e.g.

https://github.com/yihui/knitr/blob/master/NEWS.md
-> (via "make news")
https://github.com/yihui/knitr/blob/master/NEWS

If you do not belong to the "plain-text-is-everything" party, you may
consider this format.

Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA
On Tue, Oct 2, 2012 at 2:47 PM, Greg Snow <538280 at gmail.com> wrote: