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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 18 03:27:00 CEST 2010


Author: edd
Date: 2010-05-18 03:27:00 +0200 (Tue, 18 May 2010)
New Revision: 1263

Modified:
   pkg/RcppArmadillo/DESCRIPTION
   pkg/RcppArmadillo/NEWS
   pkg/RcppArmadillo/inst/ChangeLog
Log:
release 0.2.0


Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION	2010-05-17 21:50:06 UTC (rev 1262)
+++ pkg/RcppArmadillo/DESCRIPTION	2010-05-18 01:27:00 UTC (rev 1263)
@@ -1,7 +1,7 @@
 Package: RcppArmadillo
 Type: Package
 Title: Rcpp/Armadillo bridge
-Version: 0.1.0.7
+Version: 0.2.0
 Date: $Date$
 Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
 Maintainer: Romain, Dirk and Doug <RcppArmadillo-authors at r-enthusiasts.com>

Modified: pkg/RcppArmadillo/NEWS
===================================================================
--- pkg/RcppArmadillo/NEWS	2010-05-17 21:50:06 UTC (rev 1262)
+++ pkg/RcppArmadillo/NEWS	2010-05-18 01:27:00 UTC (rev 1263)
@@ -1,23 +1,25 @@
-0.2.0   (under development)
+0.2.0   2010-05-17
 
-    o   fastLm is now generic and has a formula interface as well as methods
-        for print, summary, predict to behave like a standard model fitting 
-        function
+    o   fastLm is now generic and has a formula interface as well as
+        methods for print, summary, predict to behave like a standard
+        model fitting function
 
-    o   Armadillo sources (using release 0.9.6) are now included in the package
-        using a standardized build suitable for our purposes (not assuming
-        Boost or Atlas) -- see ?RcppArmadillo for details
+    o   Armadillo sources (using release 0.9.8) are now included in the
+        package using a standardized build suitable for our purposes
+        (not assuming Boost or Atlas) -- see ?RcppArmadillo for
+        details
         
-   o    New R function RcppArmadillo.package.skeleton, similar to 
-        Rcpp::Rcpp.package.skeleton, but targetting use of RcppArmadillo
+   o    New R function RcppArmadillo.package.skeleton, similar to
+        Rcpp::Rcpp.package.skeleton, but targetting use of
+        RcppArmadillo
         
 
 0.1.0   2010-03-11
 
-    o   the fastLm() implementation of a bare-bones lm() fit
-        (using Armadillo's solve() function) provides an example
-        of how efficient code can be written compactly using 
-        the combination of Rcpp, RcppAramadillo and Armadillo
+    o   the fastLm() implementation of a bare-bones lm() fit (using
+        Armadillo's solve() function) provides an example of how
+        efficient code can be written compactly using the combination
+        of Rcpp, RcppAramadillo and Armadillo
 
     o   support for Rcpp implicit wrap of these types :
         Mat<T>, Col<T>, Row<T>, Cube<T> where T is one of : 

Modified: pkg/RcppArmadillo/inst/ChangeLog
===================================================================
--- pkg/RcppArmadillo/inst/ChangeLog	2010-05-17 21:50:06 UTC (rev 1262)
+++ pkg/RcppArmadillo/inst/ChangeLog	2010-05-18 01:27:00 UTC (rev 1263)
@@ -1,3 +1,9 @@
+2010-05-17  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: Release 0.2.0
+
+	* inst/include/*: updated to Armadillo 0.9.8
+
 2010-05-17   Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/include/RcppArmadillo.h: workaround for win64
@@ -16,14 +22,15 @@
 2010-05-04   Romain Francois <romain at r-enthusiasts.com>
 
 	* R/RcppArmadillo.package.skeleton.R: new package skeleton function
-	similar to Rcpp::Rcpp.package.skeleton but targetting
-	use of RcppArmadillo
+	similar to Rcpp::Rcpp.package.skeleton but targetting use of
+	RcppArmadillo
 
-	* README: removed and promoted to additional documentation in ?RcppArmadillo
+	* README: removed and promoted to additional documentation in
+	?RcppArmadillo
 
 2010-05-03  Dirk Eddelbuettel  <edd at debian.org>
 
-	* inst/include/* : update to armadillo 0.9.6
+	* inst/include/* : updated to armadillo 0.9.6
 
 2010-04-03  Dirk Eddelbuettel  <edd at debian.org>
 



More information about the Rcpp-commits mailing list