[Rcpp-commits] r3945 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Nov 12 20:06:06 CET 2012


Author: jjallaire
Date: 2012-11-12 20:06:04 +0100 (Mon, 12 Nov 2012)
New Revision: 3945

Modified:
   pkg/Rcpp/TODO
Log:
TODO for attributes

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2012-11-12 18:59:08 UTC (rev 3944)
+++ pkg/Rcpp/TODO	2012-11-12 19:06:04 UTC (rev 3945)
@@ -117,7 +117,22 @@
     	rnf : idem
     	
     	rnt : idem
-    	
+
+Attributes
+
+    o   Allow externally specified build directory for sourceCpp (to support
+        caching across R sessions)
+    
+    o   Proactively detect types that can't be handled by as/wrap and print
+        a clearer error message
+    
+    o   Enhance Rcpp.package.skeleton to accept a source file with an 
+        Rcpp::depends attribute and do the right thing (use inline plugins
+        to get the right Makevars, etc.)
+    
+    o   Mechanism for users to include additional types and classes
+        in header generated by Rcpp::interfaces
+
 Testing
 
     o	all r* functions : rnorm, etc ...



More information about the Rcpp-commits mailing list