This blog is updated daily.
A general description is here.
‘max()’ and ‘min()’ work harder to ensure that ‘NA’ has precedence over ‘NaN’, so e.g. ‘min(NaN, NA)’ is ‘NA’. (This was not previously documented except for within a single numeric vector, where compiler optimizations often defeated the code.)