[Rcpp-commits] r3529 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 19 03:37:22 CET 2012


Author: edd
Date: 2012-03-19 03:37:19 +0100 (Mon, 19 Mar 2012)
New Revision: 3529

Modified:
   pkg/Rcpp/TODO
Log:
updated as per rcpp-core discussion


Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2012-03-19 00:45:18 UTC (rev 3528)
+++ pkg/Rcpp/TODO	2012-03-19 02:37:19 UTC (rev 3529)
@@ -1,4 +1,22 @@
 
+Current misfeatures
+
+    o   Rcpp readmission at CRAN issue one:  use of unlockBinding in R/tools.R
+        in order to populate modules symbols; John looking into it
+ 
+    o   Rcpp readmission at CRAN issue two:  use of .Internal in rcpp_tryCatch
+        we should probably talk to Luke
+ 
+    o   Bugs found by Doug when using -ltcmalloc from the Google
+        Performance ToolsOne: 
+          - Rcpp::Dimension tickled from Rcpp::Matrix
+          - Rcpp::Function and eval
+        Both should be tickleable using the one-but-last version of
+        minqa and an R-devel version built with --enable-strict-barrier
+ 
+    o   Glenn Lawyer post to rcpp-devel on Mar 14 with Rcpp modules patch
+
+
 Documentation
 
     o   Add a vignette about Rcpp sugar [in progress]



More information about the Rcpp-commits mailing list