This blog is updated daily.
A general description is here.
R CMD now sets TEXINPUTS to .;%R_HOME%/share/texmf;%TEXINPUTS%; by exact analogy with Unix-alikes (that is, including the current directory before R's texmf directory).
dbeta(.., ncp) is now more accurate for large ncp, and typically no longer underflows for give.log = TRUE.
determinant(matrix(,0,0)) now returns a correct "det" result; also value 1 or 0 depending on 'logarithm', rather than numeric(0).