This blog is updated daily.
A general description is here.
For consistency with ‘[dpqr]norm()’, ‘[dp]lnorm(sdlog = 0)’ model a point mass at ‘exp(mulog)’ rather than return ‘NaN’ (for an error).
When building R as a shared library, the ‘-L${R_HOME}/lib${R_ARCH}’ flag is placed earlier in the link commands used during installation and when packages are installed: this helps ensure that the current build has priority if an R shared library has already been installed by e.g. ‘install-libR’ in a library mentioned in ‘LDFLAGS’ (and not in ‘your system's library directory’ as documented). (Wish of PR#15790.)
LaTeX package ‘upquote’ is no longer required for R's use of ‘inconsolata’.
For consistency with ‘[dpqr]norm()’, and ‘[qr]lnorm()’,
‘[dp]lnorm(sdlog = 0)’ also model a point mass at ‘exp(mulog)’.
Compilers/linkers were handling the visibility control in ‘src/extra/xz’ inconsistently (and apparently in some cases incorrectly), so it has been simplified. (PR#15327)