Skip to content
Prev 8360 / 12125 Next

[R-pkg-devel] dates in NEWS.Rd headers are ignored

On 29.08.2022 11:01, Adelchi Azzalini wrote:
In an interacticve session news(package="sn")  open a web page in some 
web browser and the html code does not contain the dates, but the text 
form does:

print(news(package="sn"), doBrowse=FALSE)

To analyzse more precisely, we can directly look at the database if the 
format was read correctly:

db <- news(package="sn")
str(db)
db$Date

and all dates were read correctly.

Best,
Uwe Ligges