[Rcpp-commits] r4169 - in pkg/Rcpp: . debian inst inst/include/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 21 13:24:27 CET 2012


Author: edd
Date: 2012-12-21 13:24:27 +0100 (Fri, 21 Dec 2012)
New Revision: 4169

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/debian/changelog
   pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
   pkg/Rcpp/inst/NEWS.Rd
   pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Release 0.10.2


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2012-12-20 23:26:41 UTC (rev 4168)
+++ pkg/Rcpp/ChangeLog	2012-12-21 12:24:27 UTC (rev 4169)
@@ -1,5 +1,10 @@
-2012-12-20  Dirk Eddelbuettel  <edd at debian.org>
+2012-12-21  Dirk Eddelbuettel  <edd at debian.org>
 
+        * DESCRIPTION: Release 0.10.2
+        * inst/NEWS.Rd: Release 0.10.2
+        * inst/include/Rcpp/config.h: Release 0.10.2
+        * debian/*: Similarly updated for new release to Debian
+
 	* inst/doc/unitTests/Rcpp-unitTests.R: added one more variable so
 	that unitTest vignette can be built against new sourceCpp based files
 

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-12-20 23:26:41 UTC (rev 4168)
+++ pkg/Rcpp/DESCRIPTION	2012-12-21 12:24:27 UTC (rev 4169)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.10.1.5
+Version: 0.10.2
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates, John Chambers and JJ Allaire

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2012-12-20 23:26:41 UTC (rev 4168)
+++ pkg/Rcpp/debian/changelog	2012-12-21 12:24:27 UTC (rev 4169)
@@ -1,3 +1,9 @@
+rcpp (0.10.2-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Fri, 21 Dec 2012 06:22:53 -0600
+
 rcpp (0.10.1-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2012-12-20 23:26:41 UTC (rev 4168)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2012-12-21 12:24:27 UTC (rev 4169)
@@ -70,4 +70,4 @@
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.sugarOps.R
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/Misc/newFib.r
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.rmath.R
-r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.reg_0_10_1.R
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.String.R

Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2012-12-20 23:26:41 UTC (rev 4168)
+++ pkg/Rcpp/inst/NEWS.Rd	2012-12-21 12:24:27 UTC (rev 4169)
@@ -2,21 +2,24 @@
 \title{News for Package 'Rcpp'}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
-\section{Changes in Rcpp version 0.10.2 (future)}{
+\section{Changes in Rcpp version 0.10.2 (2012-12-21)}{
   \itemize{
     \item Changes in Rcpp API:
     \itemize{
+      \item Source and header files were reorganized and consolidated so
+      that compile time are now significantly lower 
       \item Added additional check in \code{Rstreambuf} deletetion
       \item Added support for \code{clang++} when using \code{libc++},
       and for anc \code{icpc} in \code{std=c++11} mode, thanks to a
       patch by Yan Zhou
       \item New class \code{Rcpp::String} to facilitate working with a single
       element of a character vector
-      \item utility class sugar::IndexHash inspired from Simon Urbanek's fastmatch
-      package
+      \item New utility class sugar::IndexHash inspired from Simon
+      Urbanek's fastmatch package
       \item Implementation of the equality operator between two Rcomplex
       \item \code{RNGScope} now has an internal counter that enables it
       to be safely used multiple times in the same stack frame.
+      \item New class \code{Rcpp::Timer} for benchmarking
     }
     \item Changes in Rcpp sugar:
     \itemize{

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2012-12-20 23:26:41 UTC (rev 4168)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2012-12-21 12:24:27 UTC (rev 4169)
@@ -1,6 +1,6 @@
 // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 4 -*-
 //
-// config.h: Rcpp R/C++ interface class library -- Rcpp configuration of optional features
+// config.h: Rcpp R/C++ interface class library -- Rcpp configuration
 //
 // Copyright (C) 2010 - 2012  Dirk Eddelbuettel and Romain Francois
 //



More information about the Rcpp-commits mailing list