[Rcpp-commits] r4148 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Dec 11 16:04:05 CET 2012
Author: jjallaire
Date: 2012-12-11 16:04:05 +0100 (Tue, 11 Dec 2012)
New Revision: 4148
Modified:
pkg/Rcpp/TODO
Log:
update todo
Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO 2012-12-11 14:30:13 UTC (rev 4147)
+++ pkg/Rcpp/TODO 2012-12-11 15:04:05 UTC (rev 4148)
@@ -96,8 +96,15 @@
o Rcpp.package.skeleton should look for Rcpp::depends in cpp_files
and call inline plugins, etc. as necessary to create a package
- that can build the cpp file(s)
+ that can build the cpp file(s). Note that packages exporting plugins
+ (e.g. Eigen, Armadillo) don't currently provide custom Makevars
+ so this won't quite work for those packages.
+ o Detect useDynLib .registration = TRUE and in that case emit .Call
+ wrappers as symbols rather than strings w/ PACKAGE =
+
+ o Solution for the problem of sharing/propagating typedefs to RcppExports
+
o Allow sourceCpp to build an entire directory
Testing
More information about the Rcpp-commits
mailing list