This blog is updated daily.
A general description is here.
‘tail(warnings())’ now works, via the new ‘`[`’ method.
‘unlist(x)’ now typically returns all non-list ‘x’s unchanged, not just the “vector” ones. Consequently, ‘format(lst)’ now also works when the list ‘lst’ has non-vector elements.
The ‘tools::getVignetteInfo()’ function has been added to give information about installed vignettes.
‘vignette()’ and ‘browseVignettes()’ did not display non-Sweave vignettes properly.
‘tail(warnings())’ now works, via the new ‘`[`’ method.
