[Rcpp-commits] r1234 - pkg/RcppGSL/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 13 21:40:33 CEST 2010
Author: edd
Date: 2010-05-13 21:40:33 +0200 (Thu, 13 May 2010)
New Revision: 1234
Modified:
pkg/RcppGSL/inst/ChangeLog
Log:
changelog entries for previous commit
Modified: pkg/RcppGSL/inst/ChangeLog
===================================================================
--- pkg/RcppGSL/inst/ChangeLog 2010-05-13 19:35:17 UTC (rev 1233)
+++ pkg/RcppGSL/inst/ChangeLog 2010-05-13 19:40:33 UTC (rev 1234)
@@ -1,7 +1,16 @@
+2010-05-13 Dirk Eddelbuettel <edd at debian.org>
+
+ * R/fastLm.R: fastLm is now generic and behaves similar to lm():
+ formula interface, returns object of class 'fastLm', and had methods
+ for print, summary and predict
+ * man/fasttLm.Rd: documented interface accordingly
+ * src/fastLm.cpp: Added covariance matrix and degrees of freedom to
+ list of result returned from C++ to R
+
2010-05-13 Romain Francois <romain at r-enthusiasts.com>
* inst/include/*.h: wrap specializations are now inline
-
+
* inst/include/*.h: new classes RcppGSL::matrix<T> and RcppGSL::matrix_view<T>
2010-05-12 Dirk Eddelbuettel <edd at debian.org>
@@ -11,7 +20,7 @@
2010-05-12 Romain Francois <romain at r-enthusiasts.com>
* inst/include/*.h: added classes RcppGSL::vector<T> that act as smart pointers
- to gsl_vector_* objects. This gives nicer syntax and helps Rcpp implicit
+ to gsl_vector_* objects. This gives nicer syntax and helps Rcpp implicit
converters wrap and as.
More information about the Rcpp-commits
mailing list