[Rcpp-commits] r3997 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 19 15:41:12 CET 2012
Author: jjallaire
Date: 2012-11-19 15:41:12 +0100 (Mon, 19 Nov 2012)
New Revision: 3997
Modified:
pkg/Rcpp/TODO
Log:
update attributes todo
Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO 2012-11-19 14:32:11 UTC (rev 3996)
+++ pkg/Rcpp/TODO 2012-11-19 14:41:12 UTC (rev 3997)
@@ -126,18 +126,12 @@
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 Enhance Rcpp.package.skeleton to: optionally generate hello_world
+ using attributes and handle existing source files with Rcpp::depends
+ (use inline plugin to get the right Makevars, etc.)
o Add unit tests
- o onBuildCompleted hook should pass succeeded = false if the loading
- of the dynamic library fails
-
- o onBuildCompleted hook should join output lines for API
- consistency between windows and posix
-
o Typechecking on CppFunction calls so that seg-faults don't occur
when passing incorrect types
More information about the Rcpp-commits
mailing list