Displaying 1 result from an estimated 1 matches for "r72974".
Did you mean:
372974
2017 Aug 03
1
Problem compiling R patched and R devel on Ubuntu
...in pretty.default(range(x), n = breaks, min.n = 1) :
cannot allocate vector of length 1000000001
Calls: hist -> hist.default -> pretty -> pretty.default
Execution halted
My R 3.4.1 installation, the last R patched version that I could
compile (R version 3.4.1 Patched (2017-07-26 r72974)) and the last R
devel version that I could compile (R Under development (unstable)
(2017-07-26 r72974)) give the following results (under the 32bit
architecture and the 64bit architecture):
> XXL <- c(1:9, c(-1,1)*1e300)
> hh <- hist(XXL, "FD")
Error in pretty.default(...