[Rcpp-commits] r3480 - in pkg/Rcpp: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 16 21:06:32 CET 2012


Author: edd
Date: 2012-02-16 21:06:32 +0100 (Thu, 16 Feb 2012)
New Revision: 3480

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/NEWS
Log:
minuscule updates for Rcpp 0.9.10, take three


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2012-02-16 19:55:28 UTC (rev 3479)
+++ pkg/Rcpp/ChangeLog	2012-02-16 20:06:32 UTC (rev 3480)
@@ -1,15 +1,15 @@
-2012-02-16  Douglas Bates  <bates at stat.wisc.edu>
+2012-02-16  Dirk Eddelbuettel  <edd at debian.org>
 
-	* src/Evaluator.cpp: PROTECT the expr argument to Evaluator::Run.
-	Reorganize code.
-
-2012-02-15  Dirk Eddelbuettel  <edd at debian.org>
-
         * DESCRIPTION: Release 0.9.10
         * inst/NEWS: Release 0.9.10
         * inst/include/Rcpp/config.h: Release 0.9.10
         * debian/*: Similarly updated for new release to Debian
 
+2012-02-16  Douglas Bates  <bates at stat.wisc.edu>
+
+	* src/Evaluator.cpp: PROTECT the expr argument to Evaluator::Run.
+	Reorganize code.
+
 2011-12-15  Douglas Bates  <bates at stat.wisc.edu>
 
         * src/Evaluator.cpp: Avoid Rf_install inside an R API call

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-02-16 19:55:28 UTC (rev 3479)
+++ pkg/Rcpp/DESCRIPTION	2012-02-16 20:06:32 UTC (rev 3480)
@@ -2,8 +2,8 @@
 Title: Seamless R and C++ Integration
 Version: 0.9.10
 Date: $Date$
-Author: Dirk Eddelbuettel and Romain Francois, 
- with contributions by Douglas Bates and John Chambers
+Author: Dirk Eddelbuettel and Romain Francois, with contributions 
+ by Douglas Bates and John Chambers
 Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
 Description: The Rcpp package provides R functions as well as a C++ library
  which facilitate the integration of R and C++.

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2012-02-16 19:55:28 UTC (rev 3479)
+++ pkg/Rcpp/inst/NEWS	2012-02-16 20:06:32 UTC (rev 3480)
@@ -1,4 +1,4 @@
-0.9.10  2012-02-15
+0.9.10  2012-02-16
 
     o   Rearrange headers so that Rcpp::Rcout can be used by RcppArmadillo et al
 



More information about the Rcpp-commits mailing list