Displaying 1 result from an estimated 1 matches for "td2320024".
2018 Sep 24
0
Native 64 Integers
Dear R Developers,
I would like to pick up back again the issue of 64 bits integers with R:
http://r.789695.n4.nabble.com/Re-R-support-for-64-bit-integers-td2320024.html
*** CURRENT SITUATION ***
At the moment, as regards integers, all the following are the same type:
* length of an R vector
* R integer type
* C int type (Fixed at 32 bits: In practice)
* Fortran INTEGER type (Fixed at 32 bits: By Standard)
*** OBJECTIVE ***
Introducing 64-bit integers na...