This blog is updated daily.
A general description is here.
‘package.skeleton()’'s deprecated argument ‘namespace’ has been removed.
‘is.unsorted(NA)’ returns false as documented (rather than ‘NA’).
‘col2rgb()’ now converts factors to character strings not integer codes (suggested by Bryan Hanson).
‘ftable(a)’ now fixes up empty ‘dimnames’ such that the result is printable.
‘package.skeleton()’ was not starting its search for function objects in the correct place if ‘environment’ was supplied. (Reported by Karl Forner.)
The return value when all workers failed from ‘parallel::mclapply(mc.preschedule = TRUE)’ was a list of strings and not of error objects. (Spotted by Karl Forner and Bernd Bischl.)
