Integrating R with C++: Rcpp, RInside, and RProtobuf
Channel:
Subscribers:
348,000
Published on ● Video Link: https://www.youtube.com/watch?v=UZkaZhsOfT4
Google Tech Talk
October 22, 2010
Presented by Dirk Eddelbuettel and Romain Francois.
ABSTRACT
The R Intergrouplet has invited long-time R contributors Dirk and Romain to give a joint tech talk about some of the recent developments on their open-source R packages. The Rcpp package provides a consistent C++ class hierarchy that maps various types of R objects to dedicated C++ classes. Object interchange between R and C++ is managed by simple, flexible, and extensible concepts which include broad support for popular C++ idioms from the Standard Template Library. RInside is used to embed R in C++ applications, and RProtobuf is the Protocol Buffers API for R.
Other Videos By Google TechTalks
Tags:
google tech talk
computer language
R programming language