[Rcpp-commits] r3968 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Nov 14 17:42:58 CET 2012


Author: jjallaire
Date: 2012-11-14 17:42:58 +0100 (Wed, 14 Nov 2012)
New Revision: 3968

Modified:
   pkg/Rcpp/TODO
Log:
add more todos for attributes

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2012-11-14 16:25:05 UTC (rev 3967)
+++ pkg/Rcpp/TODO	2012-11-14 16:42:58 UTC (rev 3968)
@@ -135,6 +135,15 @@
 
     o   Add unit tests 
 
+    o   Mechanism for specifying default values for exported R functions
+        (Rcpp::defaults attribute?)
+
+    o   onBuildCompleted hook should pass succeeded = false if the loading
+        of the dynamic library fails
+
+    o   Typechecking on CppFunction calls so that seg-faults don't occur
+        when passing incorrect types
+
 Testing
 
     o	all r* functions : rnorm, etc ...



More information about the Rcpp-commits mailing list