[Rcpp-commits] r4418 - in pkg/RcppArmadillo: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 2 14:15:47 CEST 2013


Author: edd
Date: 2013-08-02 14:15:47 +0200 (Fri, 02 Aug 2013)
New Revision: 4418

Modified:
   pkg/RcppArmadillo/ChangeLog
   pkg/RcppArmadillo/inst/NEWS.Rd
Log:
updated 0.3.900.7 release


Modified: pkg/RcppArmadillo/ChangeLog
===================================================================
--- pkg/RcppArmadillo/ChangeLog	2013-08-02 11:04:58 UTC (rev 4417)
+++ pkg/RcppArmadillo/ChangeLog	2013-08-02 12:15:47 UTC (rev 4418)
@@ -1,16 +1,16 @@
-2013-08-02 Romain Francois <romain at r-enthusiasts.com>
+2013-08-02  Dirk Eddelbuettel  <edd at debian.org>
 
-        * include/RcppArmadillo/Row_meat.h : set vec_state correctly
-        * include/RcppArmadillo/Col_meat.h : set vec_state correctly
-        * include/RcppArmadillo/Mat_meat.h : set vec_state correctly
-        
-2013-07-31  Dirk Eddelbuettel  <edd at debian.org>
-
 	* DESCRIPTION: Release 0.3.900.7
 	* inst/NEWS: Release 0.3.900.7
 	* inst/include/*: Upgraded to new release 3.900.7 of Armadillo
         * debian/*: Similarly updated for new release to Debian
 
+2013-08-02 Romain Francois <romain at r-enthusiasts.com>
+
+        * include/RcppArmadillo/Row_meat.h: set vec_state correctly
+        * include/RcppArmadillo/Col_meat.h: set vec_state correctly
+        * include/RcppArmadillo/Mat_meat.h: set vec_state correctly
+
 2013-07-12  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/unitTests/runTests.R: No longer need to test minimal versions

Modified: pkg/RcppArmadillo/inst/NEWS.Rd
===================================================================
--- pkg/RcppArmadillo/inst/NEWS.Rd	2013-08-02 11:04:58 UTC (rev 4417)
+++ pkg/RcppArmadillo/inst/NEWS.Rd	2013-08-02 12:15:47 UTC (rev 4418)
@@ -2,7 +2,7 @@
 \title{News for Package 'RcppArmadillo'}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
-\section{Changes in RcppArmadillo version 0.3.900.7 (2013-07-31)}{
+\section{Changes in RcppArmadillo version 0.3.900.7 (2013-08-02)}{
   \itemize{
     \item Upgraded to Armadillo release Version 3.900.7 (Bavarian
     Sunflower)
@@ -10,6 +10,8 @@
       \item minor fix for inplace \code{reshape()}
       \item minor corrections for compilation issues under GCC 4.8+ and MSVC
     }
+    \item Corrected setting of \code{vec_stats} in intialization of row,
+    vector and matrix objects
     \item The \pkg{inline} package is no longer used in the examples and
     unit tests which have all been converted to using Rcpp attributes 
   }



More information about the Rcpp-commits mailing list