Extending R with C++: A Brief Introduction to Rcpp
收藏Figshare2018-04-24 更新2026-04-29 收录
下载链接:
https://figshare.com/articles/dataset/Extending_i_R_i_with_C_A_Brief_Introduction_to_Rcpp/5457430
下载链接
链接失效反馈官方服务:
资源简介:
R has always provided an application programming interface (API) for extensions. Based on the C language, it uses a number of macros and other low-level constructs to exchange data structures between the R process and any dynamically loaded component modules authors added to it. With the introduction of the Rcpp package, and its later refinements, this process has become considerably easier yet also more robust. By now, Rcpp has become the most popular extension mechanism for R. This article introduces Rcpp, and illustrates with several examples how the Rcpp Attributes mechanism in particular eases the transition of objects between R and C++ code. Supplementary materials for this article are available online.
创建时间:
2018-04-24



