Hi
r72261 in r-devel has modified the graphics device API and bumped
R_GE_version in GraphicsEngine.h (to satisfy PR 16951).
This means that ...
(i) third-party graphics device packages need to be reinstalled.
(ii) third-party graphics device packages will ideally need a new
version for r-d
According to "CHANGES IN R 3.3.2 patched" in NEWS, rep(x, times) and rep.int(x,
times) also work when 'times' has length greater than one and has element
larger than the maximal integer. In fact, it is still not the case in R 3.3.3
beta r72259. In seq.c
(https://svn.r-project.org/R/branches/R-3