[Rcpp-commits] r2371 - in pkg/RcppGSL: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 29 21:57:42 CEST 2010
Author: edd
Date: 2010-10-29 21:57:41 +0200 (Fri, 29 Oct 2010)
New Revision: 2371
Added:
pkg/RcppGSL/ChangeLog
Removed:
pkg/RcppGSL/inst/ChangeLog
Log:
moved ChangeLog up
Copied: pkg/RcppGSL/ChangeLog (from rev 2360, pkg/RcppGSL/inst/ChangeLog)
===================================================================
--- pkg/RcppGSL/ChangeLog (rev 0)
+++ pkg/RcppGSL/ChangeLog 2010-10-29 19:57:41 UTC (rev 2371)
@@ -0,0 +1,42 @@
+2010-05-25 Romain Francois <romain at r-enthusiasts.com>
+
+ * inst/include/RcppGSLForward.h : add indexing operator, stl iterator
+ and begin() and end() methods to RcppGSL::vector using proxy classes
+
+ * inst/include/RcppGSLForward.h : RcppGSL::matrix gets indexing
+ operator(int,int)
+
+ * configure.win: added empty configure.win so that R CMD check does
+ not get jealous about the configure script
+
+ * src/Makevars.win: use Brian Ripley's suggestions to anticipate R 2.12.0
+
+ * inst/include/*.h: RcppGSL::vector_view and RcppGSL::matrix_view
+
+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 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>
+
+ * src/fastLm.cpp : added fastLm from Rcpp examples
+
+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 converters wrap and as.
+
+
Deleted: pkg/RcppGSL/inst/ChangeLog
===================================================================
--- pkg/RcppGSL/inst/ChangeLog 2010-10-29 19:57:12 UTC (rev 2370)
+++ pkg/RcppGSL/inst/ChangeLog 2010-10-29 19:57:41 UTC (rev 2371)
@@ -1,42 +0,0 @@
-2010-05-25 Romain Francois <romain at r-enthusiasts.com>
-
- * inst/include/RcppGSLForward.h : add indexing operator, stl iterator
- and begin() and end() methods to RcppGSL::vector using proxy classes
-
- * inst/include/RcppGSLForward.h : RcppGSL::matrix gets indexing
- operator(int,int)
-
- * configure.win: added empty configure.win so that R CMD check does
- not get jealous about the configure script
-
- * src/Makevars.win: use Brian Ripley's suggestions to anticipate R 2.12.0
-
- * inst/include/*.h: RcppGSL::vector_view and RcppGSL::matrix_view
-
-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 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>
-
- * src/fastLm.cpp : added fastLm from Rcpp examples
-
-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 converters wrap and as.
-
-
More information about the Rcpp-commits
mailing list