This blog is updated daily.
A general description is here.
‘matplot(.., panel.first = .)’ etc now work, as ‘log’ becomes explicit argument and ‘...’ is passed to ‘plot()’ unevaluated, as suggested by Sebastian Meyer in PR#17386.
Deparsing of consecutive ‘!’ calls is now consistent with deparsing unary ‘-’ and ‘+’ calls and creates code that can be reparsed exactly; thanks to a patch Lionel Henry in PR#17397.
‘match.arg()’ more carefully chooses the environment for constructing default ‘choices’, fixing PR#17401 as proposed by Duncan Murdoch.