[Rcpp-commits] r1612 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 18 21:56:23 CEST 2010


Author: romain
Date: 2010-06-18 21:56:23 +0200 (Fri, 18 Jun 2010)
New Revision: 1612

Modified:
   pkg/Rcpp/TODO
Log:
added ifelse to the TODO list

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-06-18 17:41:04 UTC (rev 1611)
+++ pkg/Rcpp/TODO	2010-06-18 19:56:23 UTC (rev 1612)
@@ -45,7 +45,7 @@
 	
 Syntactic sugar
 
-    o   duplicated, unique, count, sum, rep, head, tail, pmin, pmax
+    o   duplicated, unique, count, sum, rep, head, tail, pmin, pmax, ifelse
     
     o	min, max with specialization of the binary operators, so that we can do 
     	things like this lazily: 



More information about the Rcpp-commits mailing list