[Rcpp-commits] r1203 - pkg/Rcpp/inst/announce/html

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 12 10:14:18 CEST 2010


Author: romain
Date: 2010-05-12 10:14:17 +0200 (Wed, 12 May 2010)
New Revision: 1203

Modified:
   pkg/Rcpp/inst/announce/html/ANNOUNCE-0.8.0.html
Log:
cosmetics

Modified: pkg/Rcpp/inst/announce/html/ANNOUNCE-0.8.0.html
===================================================================
--- pkg/Rcpp/inst/announce/html/ANNOUNCE-0.8.0.html	2010-05-12 08:07:35 UTC (rev 1202)
+++ pkg/Rcpp/inst/announce/html/ANNOUNCE-0.8.0.html	2010-05-12 08:14:17 UTC (rev 1203)
@@ -96,7 +96,7 @@
 </p>
 
 
-<p>Conversion of an R object to a C++ object is managed by the Rcpp::as<T>
+<p>Conversion of an R object to a C++ object is managed by the Rcpp::as&lt;T&gt;
 template which can handle:
 <ul>
 <li>primitive types</li>
@@ -143,8 +143,8 @@
 'cfunction' provided by inline (with argument Rcpp=TRUE) to compile, link and
 load C++ function from the R session.</p>
 
-<p>As of version 0.8.0 of Rcpp, we also define an R function <strong>cppfunction</strong> that
-acts as a facade function to the <a href="http://finzi.psych.upenn.edu/R/library/inline/html/cfunction.html">inline::cfuntion</strong>, with specialization for
+<p>As of version 0.8.0 of Rcpp, we also define an R function <a href="http://finzi.psych.upenn.edu/R/library/Rcpp/html/cppfunction.html">cppfunction</a> that
+acts as a facade function to the <a href="http://finzi.psych.upenn.edu/R/library/inline/html/cfunction.html">inline::cfuntion</a>, with specialization for
 C++ use.</p>
 
 <p>This allows quick prototyping of compiled code. All our unit tests are based 



More information about the Rcpp-commits mailing list