[Rcpp-commits] r3937 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 11 18:17:21 CET 2012
Author: edd
Date: 2012-11-11 18:17:20 +0100 (Sun, 11 Nov 2012)
New Revision: 3937
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/inst/NEWS.Rd
Log:
edits to NEWWS and ChangeLog
incremented minor version once more
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2012-11-11 13:24:14 UTC (rev 3936)
+++ pkg/Rcpp/ChangeLog 2012-11-11 17:17:20 UTC (rev 3937)
@@ -1,6 +1,7 @@
2012-11-11 Romain Francois <romain at r-enthusiasts.com>
- * include/Rcpp/iostream/Rstreambuf.h: implementing sync() so that flush works
+ * include/Rcpp/iostream/Rstreambuf.h: implementing sync() so that
+ flush works
* src/Rstreambuf.cpp: implementation
* src/Rostream.cpp : added Rcerr that forwards to REprintf
@@ -17,9 +18,9 @@
* R/Attributes.R: Passing verbose from evalCpp to cppFunction
* include/RcppCommon.h: include <limits> instead of <limits.h>
- * include/Rcpp/vector/CharacterVectorExtractionIterator.h: iterator class
- to quickly iterate over the content of a CharacterVector. The content that
- is iterated over is to be considered read-only.
+ * include/Rcpp/vector/CharacterVectorExtractionIterator.h: iterator
+ class to quickly iterate over the content of a CharacterVector. The
+ content that is iterated over is to be considered read-only.
2012-11-08 JJ Allaire <jj at rstudio.org>
@@ -42,12 +43,12 @@
* src/Module.cpp: passing up the number of arguments of the function
* R/Attributes.R: added evalCpp
* man/evalCpp.Rd: documentation for evalCpp
-
+
2012-11-07 JJ Allaire <jj at rstudio.org>
- * R/Attributes.R: derive depends from package LinkingTo; change
- sourceCpp plugin parameter to depends and respect Rcpp::interfaces
- generated include files
+ * R/Attributes.R: derive depends from package LinkingTo; change
+ sourceCpp plugin parameter to depends and respect Rcpp::interfaces
+ generated include files
* src/Attributes.cpp: validate exported C++ functions before calling;
use static rather than inline for stubs to avoid call-site bloat;
improved error message when package hpp already exists; import Rcpp
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2012-11-11 13:24:14 UTC (rev 3936)
+++ pkg/Rcpp/DESCRIPTION 2012-11-11 17:17:20 UTC (rev 3937)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.9.15.6
+Version: 0.9.15.7
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Douglas Bates, John Chambers and JJ Allaire
Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd 2012-11-11 13:24:14 UTC (rev 3936)
+++ pkg/Rcpp/inst/NEWS.Rd 2012-11-11 17:17:20 UTC (rev 3937)
@@ -44,8 +44,6 @@
the exposed class gains methods and properties (fields) from its
parent class.
}
- \item Provide a namespace 'R' for the standalone Rmath library so
- that Rcpp users can access those functions too; also added unit tests
\item New sugar functions:
\itemize{
\item \code{which_min} implements which.min. Traversing the sugar expression
@@ -56,6 +54,14 @@
R's version
\item \code{sort_unique} calculates unique values and then sorts them.
}
+ \item Improvements to output facilities:
+ \itemize{
+ \item Implemented \code{sync()} so that flushing output streams works
+ \item Added \code{Rcerr} output stream (forwarding to
+ \code{REprintf})
+ }
+ \item Provide a namespace 'R' for the standalone Rmath library so
+ that Rcpp users can access those functions too; also added unit tests
\item Development releases sets variable RunAllRcppTests to yes to
run all tests (unless it was alredy set to 'no'); CRAN releases do
not and still require setting -- which helps with the desired CRAN
More information about the Rcpp-commits
mailing list