This blog is updated daily.
A general description is here.
‘t.test(c(1:3, Inf))’ and similar no longer produce an error but return
a (still not so useful) ‘"htest"’ result, fixing PR#18901, thanks to
Jesse Alderliesten.
‘attr(., "tsp") <- val’ now uses ‘getOption("ts.eps")’ instead of
hardwired ‘1e-5’; consequently, ‘ts(.., ts.eps=*)’ now passes ‘ts.eps’
to the ‘"tsp"’ setting C code; both fixing a long-standing ‘FIXME’.
‘<Date> %in% set’ has become as fast again, as it was before R 4.3.0, via new S3 method ‘mtfrm.Date’. Additionally, ‘<character> %in% <Date>’ and vice versa are documented to work in concordance with ‘==’ and as an exception to the typical ‘match()’ behaviour which relies on “univariate” ‘mtfrm()’ alone.
‘attr(., "tsp") <- val’ now uses ‘getOption("ts.eps")’ instead of hardwired ‘1e-5’; consequently, ‘ts(.., ts.eps=*)’ now passes ‘ts.eps’ to the ‘"tsp"’ setting C code; both fixing a long-standing ‘FIXME’.
‘t.test(c(1:3, Inf))’ and similar no longer produce an error but return a (still not so useful) ‘"htest"’ result, fixing PR#18901, thanks to Jesse Alderliesten.