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,
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel