[Rcpp-commits] r4191 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 11 19:47:09 CET 2013


Author: jjallaire
Date: 2013-01-11 19:47:08 +0100 (Fri, 11 Jan 2013)
New Revision: 4191

Modified:
   pkg/Rcpp/TODO
Log:
update todos

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2013-01-11 18:12:53 UTC (rev 4190)
+++ pkg/Rcpp/TODO	2013-01-11 18:47:08 UTC (rev 4191)
@@ -114,6 +114,15 @@
 
     o   Allow sourceCpp to build an entire directory
 
+    o   Warn user if Rpp library or source file has spaces in it's path
+
+    o   Some mechanism for custom compliation flags and dependencies that
+        don't require a pacakge (e.g. calling inline plugins directly, 
+        setting cxxflags directly, import via pkgconfig, etc.)
+
+    o   Use source directory as build working directory so that a) error
+        messages refer to the correct file; and b) local includes work
+
 Testing
 
     o	all r* functions : rnorm, etc ...



More information about the Rcpp-commits mailing list