[Rcpp-commits] r2021 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 15 14:20:17 CEST 2010


Author: romain
Date: 2010-08-15 14:20:17 +0200 (Sun, 15 Aug 2010)
New Revision: 2021

Modified:
   pkg/Rcpp/TODO
Log:
more TODO

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-08-15 12:11:55 UTC (rev 2020)
+++ pkg/Rcpp/TODO	2010-08-15 12:20:17 UTC (rev 2021)
@@ -7,9 +7,12 @@
                 
     o   Add a vignette about Rcpp sugar [in progress]
     
+    o	Finish the quickref vignette
+    
+    o	Maybe a vignette about stats functions
+    
     o   Add a vignette about the API
 
-
 API
 
     o   Rcpp::Factor and Rcpp::Ordered
@@ -59,9 +62,6 @@
 	the macro generate code that statically calls the function ? It would 
 	probably be harder to write/debug
 		
-    o	Simplify the CPLXSXP functions Re,Im,Mod,Conj so that they are generated
-	by a macro similar to SUGAR_MATH_1
-
     o	Vector * Matrix, Matrix * Matrix
 
     o   duplicated, unique, count, sum



More information about the Rcpp-commits mailing list