[Rcpp-commits] r4023 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Nov 23 00:15:30 CET 2012
Author: edd
Date: 2012-11-23 00:15:28 +0100 (Fri, 23 Nov 2012)
New Revision: 4023
Modified:
pkg/Rcpp/TODO
Log:
another TODO iteration
Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO 2012-11-22 22:56:05 UTC (rev 4022)
+++ pkg/Rcpp/TODO 2012-11-22 23:15:28 UTC (rev 4023)
@@ -7,34 +7,8 @@
o Sugar ops unit tests on +, -, ... need double, fail with int
-Current inactive misfeatures
-
- o Bugs found by Doug when using -ltcmalloc from the Google
- Performance ToolsOne:
- - Rcpp::Dimension tickled from Rcpp::Matrix
- - Rcpp::Function and eval
- Both should be tickleable using the one-but-last version of
- minqa and an R-devel version built with --enable-strict-barrier
-
- Update by DE: Cannot replicate this on my Linux box
-
- 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
- also breaks for me with R-devel and does not build:
- ** testing if installed package can be loaded
- Error : .onLoad failed in loadNamespace() for 'mypkg2', details:
- call: value[[3L]](cond)
- error: failed to load module yada from package mypkg2
- no binding for "World"
- Error: loading failed
-
- 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