[Rcpp-commits] r4210 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jan 14 17:42:28 CET 2013
Author: jjallaire
Date: 2013-01-14 17:42:28 +0100 (Mon, 14 Jan 2013)
New Revision: 4210
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/inst/NEWS.Rd
Log:
update NEWS.Rd with recent changes; bump version to 0.10.2.3
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2013-01-14 16:22:25 UTC (rev 4209)
+++ pkg/Rcpp/ChangeLog 2013-01-14 16:42:28 UTC (rev 4210)
@@ -1,5 +1,6 @@
2014-01-14 JJ Allaire <jj at rstudio.org>
+ * DESCRIPTION: bump version to 0.10.2.3
* R/Attributes.R: handle build paths with spaces on windows
* R/RcppLdpath.R: handle build paths with spaces on windows
* R/tools.R: handle build paths with spaces on windows
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2013-01-14 16:22:25 UTC (rev 4209)
+++ pkg/Rcpp/DESCRIPTION 2013-01-14 16:42:28 UTC (rev 4210)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.10.2.2
+Version: 0.10.2.3
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 2013-01-14 16:22:25 UTC (rev 4209)
+++ pkg/Rcpp/inst/NEWS.Rd 2013-01-14 16:42:28 UTC (rev 4210)
@@ -2,6 +2,30 @@
\title{News for Package 'Rcpp'}
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
+\section{Changes in Rcpp 0.10.3 (future)}{
+ \itemize{
+ \item Changes in R code:
+ \itemize{
+ \item Prevent build failures when Rcpp is installed in a library
+ path with spaces on Windows (transform paths in the same manner
+ that R does before passing them to the build system).
+ }
+ \item Changes in Rcpp attributes:
+ \itemize{
+ \item Add the directory containing the target file as an
+ include directory for \code{sourceCpp} compilations.
+ \item Added \code{Rcpp::plugins} attribute for binding
+ directly to inline plugins. Plugins can be registered using
+ the new \code{registerPlugin} function.
+ \item Added built-in \code{cpp11} plugin for specifying
+ the use of C++11 in a translation unit
+ \item Stop with an error if the file name passed to
+ \code{sourceCpp} has spaces in it
+ \item Return invisibly from void functions
+ }
+ }
+}
+
\section{Changes in Rcpp version 0.10.2 (2012-12-21)}{
\itemize{
\item Changes in Rcpp API:
More information about the Rcpp-commits
mailing list