This blog is updated daily.
A general description is here.
‘phyper(11, 15, 0, 12, log.p=TRUE)’ no longer gives ‘NaN’; reported as PR#17271 by Alexey Stukalov.
Fix incorrect calculation in ‘logLik.nls()’ PR#16100, patch from Sebastian Meyer.
A very old bug could cause a segfault in ‘model.matrix()’ when terms involved logical variables. Part of PR#17879.
‘model.frame.default()’ allowed ‘data = 1’, leading to involuntary variable capture (rest of PR#17879).