Skip to content
Prev 14076 / 21316 Next

[Bioc-devel] NEWS.md

Note that in R-devel, we have that
(https://cran.r-project.org/doc/manuals/r-devel/NEWS.html):

* news() gains support for ?NEWS.md? files.

That is, news(package = pkg) not only finds NEWS.md (as before) but
also parses it (into sections etc.) analogously to how it parses
NEWS.Rd and NEWS.

Because of this, I'd say a package should use only one of the NEWS,
NEWS.Rd, and NEWS.md files.

Also, I believe CRAN has parsed NEWS.md files for quite a while now
and rendered them as HTML.  I think Bioconductor should do the same
thing (sounds like this is what Llu?s argued for), especially with the
new NEWS.md support by news().

/Henrik
On Tue, Sep 25, 2018 at 2:08 PM Laurent Gatto <lg390 at cam.ac.uk> wrote: