[Rcpp-commits] r3087 - pkg/RcppEigen

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 15 21:11:48 CEST 2011


Author: dmbates
Date: 2011-06-15 21:11:46 +0200 (Wed, 15 Jun 2011)
New Revision: 3087

Modified:
   pkg/RcppEigen/ChangeLog
Log:
*** empty log message ***

Modified: pkg/RcppEigen/ChangeLog
===================================================================
--- pkg/RcppEigen/ChangeLog	2011-06-15 19:08:33 UTC (rev 3086)
+++ pkg/RcppEigen/ChangeLog	2011-06-15 19:11:46 UTC (rev 3087)
@@ -1,3 +1,27 @@
+2011-06-15  Douglas Bates <bates at stat.wisc.edu>
+
+	* cleanup, inst/doc/*: Documentation based on unit tests.
+	* R/SHLIB.R, R/inline.R, R/unit.test.R: Add support for inline package
+	* inst/include/RcppEigen.h: Add support for sparse Cholesky and LU
+	* inst/include/unsupported, inst/include/unsupported/*: Add
+	  support for sparse Cholesky and LU
+	* man/RcppEigen-package.Rd: Add reference to web page
+	* NAMESPACE, R/RcppEigen.package.skeleton.R, inst/skeleton/*,
+	  man/RcppEigen.package.skeleton.Rd: Add RcppEigen.package.skeleton and
+	  support files.
+	* DESCRIPTION: Remove Conrad's text about Armadillo, as suggested by
+	  Dirk
+
+2011-06-15  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/unitTests/runit.fastLm.R: better way to load trees dataset
+	* man/fastLm.Rd: better way to load trees dataset
+	* inst/unitTests/runit.fastLm.R, man/fastLm.Rd: added unit tests for
+	  fastLm{Bench,Chol1,Chol2}
+	* ChangeLog, inst/unitTests, inst/unitTests/runTests.R,
+	  inst/unitTests/runit.fastLm.R, tests, tests/doRUnit.R: added initial
+	  unit tests
+
 2011-06-14  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/unitTests/*: Added initial unit tests



More information about the Rcpp-commits mailing list