[Rcpp-commits] r1640 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jun 20 10:04:03 CEST 2010


Author: romain
Date: 2010-06-20 10:04:03 +0200 (Sun, 20 Jun 2010)
New Revision: 1640

Modified:
   pkg/Rcpp/TODO
Log:
added something to do

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-06-20 07:23:57 UTC (rev 1639)
+++ pkg/Rcpp/TODO	2010-06-20 08:04:03 UTC (rev 1640)
@@ -95,7 +95,12 @@
 		in R : NA == TRUE is NA
 
 	o	Compound operators: ++,--,+=, -=, ...
+
+	o	operators &&, || and ! for SingleLogicalResult objects, so that we can
+		do things like : 
 		
+		any( x < y ) || all( x > 0 )
+	
 Testing
 
 	o	we need to update the doRUnit.R file and replace : 



More information about the Rcpp-commits mailing list