[Rcpp-devel] added raw support in RcppSexp
Romain François
francoisromain at free.fr
Tue Dec 22 10:46:29 CET 2009
Hi,
I've just added raw vector support into the RcppSexp class, so it gains:
RcppSexp(const Rbyte & v);
RcppSexp(const std::vector<Rbyte> & v);
std::vector<Rbyte> asStdVectorRaw() const;
I've also added the appropriate examples in RcppSexpTests.r
Romain
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/HlX9 : new package : bibtex
|- http://tr.im/Gq7i : ohloh
`- http://tr.im/FtUu : new package : highlight
More information about the Rcpp-devel
mailing list