[Rcpp-commits] r4247 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Feb 10 12:07:33 CET 2013
Author: jjallaire
Date: 2013-02-10 12:07:33 +0100 (Sun, 10 Feb 2013)
New Revision: 4247
Modified:
pkg/Rcpp/TODO
Log:
add todos for attributes
Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO 2013-02-08 08:34:09 UTC (rev 4246)
+++ pkg/Rcpp/TODO 2013-02-10 11:07:33 UTC (rev 4247)
@@ -114,6 +114,12 @@
o Allow sourceCpp to build an entire directory
+ o Consider allowing local includes in sourceCpp (but compilation cache
+ must pay mind to any local includes)
+
+ o Support persistence of sourceCpp created functions across sessions
+ (either via long-lived temp dir or via environment persistence)
+
Testing
o all r* functions : rnorm, etc ...
More information about the Rcpp-commits
mailing list