This blog is updated daily.
A general description is here.
‘dummy.coef()’ becomes more robust to non-syntactic variable names,
fixing PR#18468. Thanks to Bill Dunlap and ‘R Dev Day’ participants
Vincent Arel-Bundock, Cynthia Huang, Tina Rozsos and Marina Marinelli.
‘dummy.coef()’ becomes more robust to non-syntactic variable names, fixing PR#18468. Thanks to Bill Dunlap and ‘R Dev Day’ participants Vincent Arel-Bundock, Cynthia Huang, Tina Rozsos and Marina Marinelli.
Tweaks (including to the parsers) for the C23 behaviour (preserving ‘const’) of ‘strchr’, ‘strrchr’ and ‘strstr’. (By Brian Ripley and Duncan Murdoch.)
‘make check-devel’ now works without recommended packages.
‘<matrix>[[i, j]]’ with negative ‘i’ occasionally gives no error but accesses ‘previous content’; thanks to Kevin Ushey's report and very simple fix in PR#19116.
Deprecated (for more than 9 years!) functions ‘linearizeMlist’, ‘listFromMlist’, and ‘showMlist’ and the ‘"MethodsList"’ class for S4 method handling were removed from package ‘methods’. Deprecated functions ‘balanceMethodsList’, ‘emptyMethodsList’, ‘insertMethod’, ‘makeMethodsList’, ‘mergeMethods’, ‘MethodsList’, ‘MethodsListSelect’, and ‘SignatureMethod’ were made defunct, as were the ‘"MethodsList"’ branches of functions ‘assignMethodsMetaData’, ‘finalDefaultMethod’, and ‘MethodAddCoerce’.
