[Rcpp-devel] Help with accessing and manipulating List objects

Dirk Eddelbuettel edd at debian.org
Sun Jul 21 18:32:06 CEST 2013


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 | edd at debian.org | http://dirk.eddelbuettel.com


More information about the Rcpp-devel mailing list