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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Oct 14 01:29:55 CEST 2012


Author: edd
Date: 2012-10-14 01:29:55 +0200 (Sun, 14 Oct 2012)
New Revision: 3796

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/debian/changelog
   pkg/Rcpp/debian/control
   pkg/Rcpp/inst/NEWS.Rd
   pkg/Rcpp/inst/include/Rcpp/config.h
   pkg/Rcpp/man/Rcpp-package.Rd
Log:
Release 0.9.15


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2012-10-09 03:19:47 UTC (rev 3795)
+++ pkg/Rcpp/ChangeLog	2012-10-13 23:29:55 UTC (rev 3796)
@@ -1,7 +1,14 @@
+2012-10-13  Dirk Eddelbuettel  <edd at debian.org>
+
+        * DESCRIPTION: Release 0.9.15
+        * inst/NEWS: Release 0.9.15
+        * inst/include/Rcpp/config.h: Release 0.9.15
+        * debian/*: Similarly updated for new release to Debian
+
 2012-10-08  Dirk Eddelbuettel  <edd at debian.org>
 
 	* src/exceptions.cpp: Additional PROTECT for parsing exception
-	messages before returning them to R
+	messages before returning them to R, from a suggestion by Ben North
 
 2012-10-07  Dirk Eddelbuettel  <edd at debian.org>
 

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-10-09 03:19:47 UTC (rev 3795)
+++ pkg/Rcpp/DESCRIPTION	2012-10-13 23:29:55 UTC (rev 3796)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.14.3
+Version: 0.9.15
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates and John Chambers
@@ -30,7 +30,7 @@
  to use than the equivalent low-level loop code. The "Rcpp-sugar" vignette
  gives an overview of the feature.
  .
- Several examples are included, and over 800 unit tests in in over 360 unit
+ Several examples are included, and over 800 unit tests in over 360 unit
  test functions provide additional usage examples.
  .
  An earlier version of Rcpp, containing what we now call the 'classic Rcpp

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2012-10-09 03:19:47 UTC (rev 3795)
+++ pkg/Rcpp/debian/changelog	2012-10-13 23:29:55 UTC (rev 3796)
@@ -1,3 +1,9 @@
+rcpp (0.9.15-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Sat, 13 Oct 2012 16:01:04 -0500
+
 rcpp (0.9.14-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2012-10-09 03:19:47 UTC (rev 3795)
+++ pkg/Rcpp/debian/control	2012-10-13 23:29:55 UTC (rev 3796)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
 Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.15.1), cdbs
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
 
 Package: r-cran-rcpp
@@ -36,7 +36,7 @@
  to use than the equivalent low-level loop code. The "Rcpp-sugar" vignette
  gives an overview of the feature.
  .
- Several examples are included, and over 800 unit tests in in over 360 unit
+ Several examples are included, and over 800 unit tests in over 360 unit
  test functions provide additional usage examples.
  .
  An earlier version of Rcpp, containing what we now call the 'classic Rcpp

Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2012-10-09 03:19:47 UTC (rev 3795)
+++ pkg/Rcpp/inst/NEWS.Rd	2012-10-13 23:29:55 UTC (rev 3796)
@@ -2,7 +2,7 @@
 \title{News for Package 'Rcpp'}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
-\section{Changes in Rcpp version 0.9.15 (2012-xx-yy)}{
+\section{Changes in Rcpp version 0.9.15 (2012-10-13)}{
   \itemize{
     \item Untangling the clang++ build issue about the location of the
     exceptions header by directly checking for the include file -- an

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2012-10-09 03:19:47 UTC (rev 3795)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2012-10-13 23:29:55 UTC (rev 3796)
@@ -32,7 +32,7 @@
 #endif
 
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,14)
+#define RCPP_VERSION Rcpp_Version(0,9,15)
 
 #endif
 

Modified: pkg/Rcpp/man/Rcpp-package.Rd
===================================================================
--- pkg/Rcpp/man/Rcpp-package.Rd	2012-10-09 03:19:47 UTC (rev 3795)
+++ pkg/Rcpp/man/Rcpp-package.Rd	2012-10-13 23:29:55 UTC (rev 3796)
@@ -8,13 +8,13 @@
   the \code{.Call} interface provided by \R.
 }
 \section{Introduction}{
-	\pkg{Rcpp} provides C++ classes to facilitate manipulation of a large 
-	number of R data structures : vectors, functions, environments, ... 
+  \pkg{Rcpp} provides C++ classes to facilitate manipulation of a large 
+  number of R data structures : vectors, functions, environments, ... 
 	
-	The "Rcpp-introduction" vignette gives an introduction on the package
+  The \dQuote{Rcpp-introduction} vignette gives an introduction on the package
 }
 \section{Usage for package building}{
-	The "Rcpp-package" vignette documents how to use Rcpp in client packages.
+  The \dQuote{Rcpp-package} vignette documents how to use Rcpp in client packages.
 }
 \author{Dirk Eddelbuettel and Romain Francois}
 \references{



More information about the Rcpp-commits mailing list