Thank you Paul for taking care of these patches. I'm very glad to see
them finally applied in r-devel.
Frederick
On Mon, Feb 27, 2017 at 01:31:39PM +1300, Paul Murrell wrote:
> Hi
>
> r72261 in r-devel has modified the graphics device API and bumped
> R_GE_version in GraphicsEngine.h (to satisfy
For R 3.3.3, if 3.3.3 is really the last in 3.3.x series, I suggest reverting
to R 3.3.2 code (and removing the corresponding NEWS entry), if possible.
Failure of something like
rep(5, list(6))
makes some previously working R code broken in some situation. It is not good
to have in an R release
> Peter Simons
> on Mon, 27 Feb 2017 10:30:39 +0100 writes:
> Hi, I tried compiling the latest pre-release for R 3.3.3
> for the NixOS Linux distribution [1], but the build fails
> during the "make check" phase because of the following 2
> issues:
> 1) The "tools"
Hi,
I tried compiling the latest pre-release for R 3.3.3 for the NixOS Linux
distribution [1], but the build fails during the "make check" phase
because of the following 2 issues:
1) The "tools" test in "tests/Examples" requires network access, which
it doesn't have in our build environment. T
> Rob J Hyndman
> on Wed, 15 Feb 2017 21:48:56 +1100 writes:
> The generic stats::median method is defined as median <-
> function (x, na.rm = FALSE) {UseMethod("median")}
> I suggest that this should become median <- function (x,
> na.rm = FALSE, ...) {UseMethod("me
> Suharto Anggono Suharto Anggono via R-devel
> on Sun, 26 Feb 2017 12:02:44 + writes:
> 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
>