Support for Bit Vector Size Limit > 2^31 -1 in R?
问题 I have been quite interested lately with extremely large vectors/arrays in R. I know from reading the documentation that the size limit of an array is 2 31 - 1 . However, using the CRAN package "bit", it is possible to instantiate a vector of booleans of length n while only using n/32 bits. I was wondering if it was possible to overcome R's internal limits by somehow implementing bit vectors (or some other way). It seems, to me, that it should be possible to have a bit vector with a limit of