EVOLUTION-MANAGER
Edit File: Rcpp-package.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: R / C++ interface</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for Rcpp-package {Rcpp}"><tr><td>Rcpp-package {Rcpp}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>R / C++ interface</h2> <h3>Description</h3> <p>The <span class="pkg">Rcpp</span> package provides C++ classes that greatly facilitate interfacing C or C++ code in <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> packages using the <code>.Call</code> interface provided by <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span>. </p> <h3>Introduction</h3> <p><span class="pkg">Rcpp</span> provides C++ classes to facilitate manipulation of a large number of R data structures : vectors, functions, environments, ... </p> <p>The “Rcpp-introduction” vignette gives an introduction on the package </p> <h3>Usage for package building</h3> <p>The “Rcpp-package” vignette documents how to use Rcpp in client packages. </p> <h3>History</h3> <p>The initial versions of Rcpp were written by Dominick Samperi during 2005 and 2006. </p> <p>Dirk Eddelbuettel made some additions, and became maintainer in 2008. </p> <p>Dirk Eddelbuettel and Romain Francois have been extending Rcpp since 2009. </p> <h3>Author(s)</h3> <p>Dirk Eddelbuettel and Romain Francois</p> <h3>References</h3> <p>Dirk Eddelbuettel and Romain Francois (2011). <span class="pkg">Rcpp</span>: Seamless R and C++ Integration. <em>Journal of Statistical Software</em>, <b>40(8)</b>, 1-18. URL <a href="http://www.jstatsoft.org/v40/i08/">http://www.jstatsoft.org/v40/i08/</a> and available as <code>vignette("Rcpp-introduction")</code>. </p> <p>Eddelbuettel, Dirk (2013) Seamless R and C++ Integration with <span class="pkg">Rcpp</span>. Springer, New York. ISBN 978-1-4614-6867-7. </p> <h3>See Also</h3> <p>Development for <span class="pkg">Rcpp</span> can be followed via the GitHub repository at <a href="http://github.com/RcppCore/Rcpp">http://github.com/RcppCore/Rcpp</a>. </p> <p>Extensive examples with full documentation are available at <a href="http://gallery.rcpp.org">http://gallery.rcpp.org</a>. </p> <h3>Examples</h3> <pre> ## Not run: # introduction to Rcpp vignette("Rcpp-introduction") # information on how to build a package that uses Rcpp vignette("Rcpp-package") ## End(Not run) </pre> <hr /><div style="text-align: center;">[Package <em>Rcpp</em> version 1.0.5 <a href="00Index.html">Index</a>]</div> </body></html>