[Rcpp-commits] r3579 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Apr 19 19:00:42 CEST 2012
Author: edd
Date: 2012-04-19 19:00:41 +0200 (Thu, 19 Apr 2012)
New Revision: 3579
Modified:
pkg/Rcpp/TODO
Log:
updates to TODO
Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO 2012-04-19 14:53:39 UTC (rev 3578)
+++ pkg/Rcpp/TODO 2012-04-19 17:00:41 UTC (rev 3579)
@@ -1,6 +1,12 @@
-Current misfeatures
+Current active misfeatures
+ o Rcpp.package.skeleton() does not work with supplied functions,
+ eg Rcpp.package.skeleton("foo", list=c("funA", "funB")) ends
+ in error.
+
+Current inactive misfeatures
+
o Bugs found by Doug when using -ltcmalloc from the Google
Performance ToolsOne:
- Rcpp::Dimension tickled from Rcpp::Matrix
@@ -10,8 +16,6 @@
Update by DE: Cannot replicate this on my Linux box
- o Glenn Lawyer post to rcpp-devel on Mar 14 with Rcpp modules patch
-
o Bob Carpenter post to rcpp-devel on Mar 23 with Rcpp modules,
freshly generated from skeleton, breaking under 64 bit OS X
_And_ while this works for me on R 2.14.2 on 64 bit Linux, it
@@ -23,10 +27,12 @@
no binding for "World"
Error: loading failed
- Update by DE: Bob now says may be local...
+ Update by DE: Bob now says this may be local, so let's disregard.
Documentation
+ o Glenn Lawyer post to rcpp-devel on Mar 14 with Rcpp modules patch
+
o Add a vignette about Rcpp sugar [in progress]
o Finish the quickref vignette
More information about the Rcpp-commits
mailing list