[Rcpp-commits] r3474 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 15 14:03:18 CET 2012


Author: edd
Date: 2012-02-15 14:03:18 +0100 (Wed, 15 Feb 2012)
New Revision: 3474

Modified:
   pkg/Rcpp/ChangeLog
Log:
small cleanups, documents some of the changes of the last few days


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2012-02-14 16:43:52 UTC (rev 3473)
+++ pkg/Rcpp/ChangeLog	2012-02-15 13:03:18 UTC (rev 3474)
@@ -1,28 +1,32 @@
-2012-02-06  Romain Francois  <romain at r-enthusiasts.com>
+2012-02-12  Dirk Eddelbuettel  <edd at debian.org>
 
-        * R/tools.R: one less .Internal call
+	* R/excections.R: Revert to previous use with .Internal
+        * R/tools.R: Add branch for R 2.15.0 which can use
+	assingInMyNamespace; else still use unlockBinding
 
-2012-02-03  Dirk Eddelbuettel  <edd at debian.org>
+2012-02-12  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
+	* Rcpp-introduction.Rnw: Small wording fix thanks to Pat Burns
 
+2012-02-06  Romain Francois  <romain at r-enthusiasts.com>
+
+        * R/exceptions.R: one less .Internal call
+	* src/Evaluator.cpp: one less .Internal call
+
 2012-02-03  Romain Francois  <romain at r-enthusiasts.com>
 
         * inst/include/Rcpp/Extractor.h: remove use of Fast in Extractor
-        
-        * inst/include/Rcpp/sugar/functions/mapply/mapply.h: new sugar function, 
-        similar to sapply, but with 2 or 3 (for now) input vectors
-        
+
+        * inst/include/Rcpp/sugar/functions/mapply/mapply.h: new sugar
+	function, similar to sapply, but with 2 or 3 (for now) input vectors
+
 2012-02-01  Romain Francois  <romain at r-enthusiasts.com>
 
         * inst/include/Rcpp/iostream/Rostream.h: no need to include Rcpp.h
 	here
-        
+
         * inst/include/RcppCommon.h: include Rostream.h here, instead of ...
-        
+
         * inst/include/Rcpp.h: ... here (needed for RcppArmadillo)
 
 2012-01-29  Romain Francois  <romain at r-enthusiasts.com>



More information about the Rcpp-commits mailing list