[Rcpp-commits] r1712 - pkg/Rcpp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jun 24 12:54:10 CEST 2010
Author: romain
Date: 2010-06-24 12:54:10 +0200 (Thu, 24 Jun 2010)
New Revision: 1712
Modified:
pkg/Rcpp/inst/ChangeLog
Log:
update the changelog as well (only one entry though)
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-06-24 10:48:38 UTC (rev 1711)
+++ pkg/Rcpp/inst/ChangeLog 2010-06-24 10:54:10 UTC (rev 1712)
@@ -1,3 +1,17 @@
+2010-06-16/24 Romain Francois <romain at r-enthusiasts.com>
+
+ * inst/include/Rcpp/sugar/*: implementation of Rcpp sugar, covering
+ binary operators (<,>,<=,>=,!=,==) for logical vectors or logical expressions,
+ arithmetic operators (+,-,*,/) for vectors and expressions, and several
+ functions similar to the R functions of the same name, currently:
+ abs, all, any, ceiling, diff, exp, ifelse, is_na, lapply, pmin, pmax,
+ pow, sapply, seq_along, seq_len, sign
+
+ * inst/doc/Rcpp-sugar/Rcpp-sugar.Rnw: vignette documenting Rcpp sugar
+
+ * inst/examples/ConvolveBenchmarks: version of the convolution function
+ using sugar indexing.
+
2010-06-23 Dirk Eddelbuettel <edd at debian.org>
* src/Date.cpp: Import mktime00() from R's src/main/datetime.c,
More information about the Rcpp-commits
mailing list