This blog is updated daily.
A general description is here.
‘cmdscale(eig=TRUE)’ was documented to return n-1 eigenvalues but in fact only returned ‘k’. It now returns all n eigenvalues.
‘cmdscale(add=TRUE)’ failed to centre the return configuration and sometimes lost the labels on the points.
‘download.file()’ could leave the destination file open if the URL was not able to be opened. (PR#14414)
Assignment of an environment to functions or as an attribute to other objects now works for S4 subclases of ‘"environment"’.
Use of ‘`[[<-`’ for S4 subclasses of ‘"environment"’ generated an infinite recursion from the method. The method has been replaced by internal code.