[Rcpp-commits] r1711 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jun 24 12:48:38 CEST 2010
Author: romain
Date: 2010-06-24 12:48:38 +0200 (Thu, 24 Jun 2010)
New Revision: 1711
Modified:
pkg/Rcpp/NEWS
Log:
mention the vignett
Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS 2010-06-24 10:47:23 UTC (rev 1710)
+++ pkg/Rcpp/NEWS 2010-06-24 10:48:38 UTC (rev 1711)
@@ -1,6 +1,6 @@
0.8.3 (under development)
- o This release adds Rcpp sugar which brings (a subset of) the R syntax
+ o This release adds Rcpp sugar which brings (a subset of) the R syntax
into C++. This supports :
- binary operators : <,>,<=,>=,==,!= between R vectors
- arithmetic operators: +,-,*,/ between compatible R vectors
@@ -28,6 +28,9 @@
Rcpp sugar is curently limited to vectors, future releases will
include support for matrices with sugar functions such as outer, etc ...
+
+ Rcpp sugar is documented in the Rcpp-sugar vignette, which contains
+ implementation details.
o New helper function so that "Rcpp?something" brings up Rcpp help
More information about the Rcpp-commits
mailing list