This blog is updated daily.
A general description is here.
‘runmed(x, *)’ gains a new option ‘na.action’ determining _how_ to handle ‘NaN’ or ‘NA’ in ‘x’.
‘dotchart()’ gains new options ‘ann’, ‘xaxt’, ‘frame.plot’ and ‘log’.
Source-code changes enable installation on platforms using ‘gcc -fno-common’ (the expected default for ‘gcc 10.x’).
The default standard for C++ in package installation is C++11 (as it has been on other platforms where available since R 3.6.0: the default toolchain on Windows was defaulting to C++98).
‘plot.formula(*, subset = *)’ now also works in a boundary case reported by Robert Schlicht (TU Dresden).