Thanks for highlighting this. I just made the change one day. Guess I
should have mentioned it in the NEWS.
Michael
On Sat, Jan 27, 2018 at 3:01 PM, Henrik Bengtsson <
henrik.bengts...@gmail.com> wrote:
> Hi,
>
> there was a memory improvement done in R going from R 3.3.3 to R 3.4.0
> when it co
Hi,
there was a memory improvement done in R going from R 3.3.3 to R 3.4.0
when it comes to comparing an integer 'x' an double 'y' (either may be
scalar or vector).
For example, in R 3.3.3, I get:
> getRversion()
[1] '3.3.3'
> x <- integer(1000)
> y <- double(1000)
> profmem::profmem(z <- (x < y
Hello, All:
Might you have time to review the article I recently posted to
Wikiversity on "Searching R Packages"
(https://en.wikiversity.org/wiki/Searching_R_Packages)?
Please edit this yourself or propose changes in the associated
"Discuss" page or in an email to this list or to me.
> Henrik Bengtsson
> on Thu, 25 Jan 2018 09:30:42 -0800 writes:
> Just following up on this old thread since matrixStats 0.53.0 is now
> out, which supports this use case:
>> x <- rep(TRUE, times = 2^31)
>> y <- sum(x)
>> y
> [1] NA
> Warning message: