On 21 July 2013 at 19:11, Tal Galili wrote: | Thank you Romain and Wush. | | Where from can I get the latest version of Rcpp with these new features?
SVN checkout from R-Forge, as always. The is<> stuff isn't finished, though. SVN head is not that far ahead of CRAN's 0.10.4. | And how may I learn how to use them? As Yoda said: "Learn to code Rcpp well you must". Bu Yoda never said how... Basic things can work by copying and modifying examples, unit tests, Rcpp Gallery posts, ... Doing "new" stuff is harder as you also need to grok some C++. It's worth it, though, as you can then use those magic C++ skills on other non-R(cpp) projects. Dirk -- Dirk Eddelbuettel | [email protected] | http://dirk.eddelbuettel.com _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
