This blog is updated daily.
A general description is here.
The R citation now provides a DOI (10.32614/R.manuals): please update your bibliographies accordingly.
‘<complex>[i] <- NA’ now only sets the _real_ part to ‘NA’, consistently with the ‘as.complex(NA)’ behaviour since R 4.4.0; thanks to Mikael Jagan's PR#18918.
Subassigning ‘"POSIXlt"’, i.e., ‘<tdat>[i] <- val’ and ‘<tdat>[[i]] <- val’ now rebalance as they should, thanks to Mikael Jagan's PR#18919.