[Rcpp-devel] using Rcpp::RawVector whose object size is larger than MAX_INT

ricky l rickylee0815 at gmail.com
Thu Apr 10 17:34:23 CEST 2014


I use Rcpp::RawVector to allow sending any type of R data-set through
network socket after serializing the input data.
As I use Rcpp::RawVector, I notice that the "size" data type of the
class is defined as int, and I got an error when the input raw byte
size is larger than MAX_INT - the error message: "long vectors not
supported yet:" Any one has suggestions when I want to process a raw
object size that is larger than MAX_INT? thanks,


More information about the Rcpp-devel mailing list