[Rcpp-commits] r3458 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Feb 3 04:17:07 CET 2012
Author: edd
Date: 2012-02-03 04:17:07 +0100 (Fri, 03 Feb 2012)
New Revision: 3458
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/inst/NEWS
Log:
minor tweaks
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2012-02-02 14:29:47 UTC (rev 3457)
+++ pkg/Rcpp/ChangeLog 2012-02-03 03:17:07 UTC (rev 3458)
@@ -1,10 +1,11 @@
2012-02-01 Romain Francois <romain at r-enthusiasts.com>
- * inst/include/Rcpp/iostream/Rostream.h: no need to include Rcpp.h here
+ * inst/include/Rcpp/iostream/Rostream.h: no need to include Rcpp.h
+ here
* inst/include/RcppCommon.h: include Rostream.h here, instead of ...
- * inst/include/Rcpp.h: ... here (need for RcppArmadillo)
+ * inst/include/Rcpp.h: ... here (needed for RcppArmadillo)
2012-01-29 Romain Francois <romain at r-enthusiasts.com>
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2012-02-02 14:29:47 UTC (rev 3457)
+++ pkg/Rcpp/inst/NEWS 2012-02-03 03:17:07 UTC (rev 3458)
@@ -1,5 +1,7 @@
0.9.10 2012-xx-yy
+ o Rearrange headers so that Rcpp::Rcout can be used by RcppArmadillo et al
+
o Added custom version of the Rcpp sugar diff function for numeric vectors
skipping unncesserry checks for NA
More information about the Rcpp-commits
mailing list