[Rcpp-commits] r1866 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jul 17 10:04:23 CEST 2010


Author: romain
Date: 2010-07-17 10:04:23 +0200 (Sat, 17 Jul 2010)
New Revision: 1866

Modified:
   pkg/Rcpp/TODO
Log:
TODO: slot<-

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-07-17 08:02:48 UTC (rev 1865)
+++ pkg/Rcpp/TODO	2010-07-17 08:04:23 UTC (rev 1866)
@@ -69,3 +69,8 @@
     	of z. perhaps a better implementation would be to 
     	first force the evaluation of x + y.
 
+Speed
+
+	o	rework lhs use of RObject::slot so that it uses R_do_slot_assign 
+		instead of an R callback
+    	



More information about the Rcpp-commits mailing list