> 2. Any good references/resources for developing R? Nearly all the > documents I've found are for programming R as a user, not as a developer. I > have copies of the documentation, which are very helpful, but it'd be > helpful to have additional resources to fill in their gaps.
The best advice I've received is to use Rcpp: http://stackoverflow.com/questions/4106174/where-can-i-learn-to-how-to-write-c-code-to-speed-up-slow-r-functions. It provides a consistent api for C <-> R conversions and so is much easier to learn. Dirk and Romain are also churning out the documentation, so there are lots of examples to learn from. Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/ ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel