This blog is updated daily.
A general description is here.
‘tempfile()’ initializes the RNG if not done so already to make sure
that the returned files are random even directly after startup.
(PR#14381)
‘tempfile()’ now always gives a random file name (even if the directory is specified) when called directly after startup and before the R RNG had been used. (PR#14381)
‘quantile(type=6)’ behaved inconsistently. (PR#14383)