File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Rcpp: Seamless R and C++ Integration
33
44[ ![ Build Status] ( https://travis-ci.org/RcppCore/Rcpp.png )] ( https://travis-ci.org/RcppCore/Rcpp )
55
6- The Rcpp package provides R functions as well as a C++ library
6+ The [ Rcpp package] ( http://cran.r-project.org/package=Rcpp ) provides R functions as well as a C++ library
77which facilitate the integration of R and C++
88
99R data types (` SEXP ` ) are matched to C++ objects in a class hierarchy. All R
@@ -14,9 +14,10 @@ represented as instances of Rcpp::Environment, functions are represented as
1414Rcpp::Function, etc ...
1515The
1616[ Rcpp-introduction] ( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-introduction.pdf )
17- vignette (also published as [ in JSS in 2011] ( http://www.jstatsoft.org/v40/i08/ ) ) provides a good
18- entry point to Rcpp, as does the [ Rcpp website] ( http://www.rcpp.org ) and the
19- [ Rcpp page] ( http://dirk.eddelbuettel.com/code/rcpp.html ) .
17+ vignette (also published as a [ JSS paper] ( http://www.jstatsoft.org/v40/i08/ ) ) provides a good
18+ entry point to Rcpp, as do the [ Rcpp website] ( http://www.rcpp.org ) , the
19+ [ Rcpp page] ( http://dirk.eddelbuettel.com/code/rcpp.html ) . Full documentation
20+ is provided by the [ Rcpp book] ( http://www.rcpp.org/book/ ) .
2021
2122Conversion from C++ to R and back is driven by the templates ` Rcpp::wrap `
2223and ` Rcpp::as ` which are highly flexible and extensible, as documented
You can’t perform that action at this time.
0 commit comments