You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...] it is attempted to read its news in structured form from files ‘inst/NEWS.Rd’, ‘NEWS.md’ (since R version 3.6.0, needs packages commonmark and xml2 to be available), ‘NEWS’ or ‘inst/NEWS’ (in that order).
This means that if a NEWS.md file exists, for example, there's a confusing error:
The
show_news()
function is hard-coded to check only forNEWS
in a package directory:devtools/R/show-news.R
Line 10 in 7cc2bdf
However (from the docs of
utils::news()
):This means that if a
NEWS.md
file exists, for example, there's a confusing error:It would be nice if
show_news()
could use the same search path asutils::news()
does.The text was updated successfully, but these errors were encountered: