[Rcpp-commits] r2567 - in pkg/RcppGSL: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 28 20:06:05 CET 2010
Author: edd
Date: 2010-11-28 20:06:05 +0100 (Sun, 28 Nov 2010)
New Revision: 2567
Added:
pkg/RcppGSL/inst/NEWS
Modified:
pkg/RcppGSL/TODO
Log:
ticked off TODO items (from r1229) which were done in the 1300s
added rudimentary NEWS file
Modified: pkg/RcppGSL/TODO
===================================================================
--- pkg/RcppGSL/TODO 2010-11-28 18:55:52 UTC (rev 2566)
+++ pkg/RcppGSL/TODO 2010-11-28 19:06:05 UTC (rev 2567)
@@ -1,11 +1,8 @@
-More STL-like interface for vectors:
+ o [DONE] More STL-like interface for vectors:
-* RcppGSL::vector<>::operator[]
+ * RcppGSL::vector<>::operator[]
+ * RcppGSL::vector<>::iterator
+ * RcppGSL::vector<>::begin
+ * RcppGSL::vector<>::end
-* RcppGSL::vector<>::iterator
-
-* RcppGSL::vector<>::begin
-
-* RcppGSL::vector<>::end
-
Added: pkg/RcppGSL/inst/NEWS
===================================================================
--- pkg/RcppGSL/inst/NEWS (rev 0)
+++ pkg/RcppGSL/inst/NEWS 2010-11-28 19:06:05 UTC (rev 2567)
@@ -0,0 +1,6 @@
+0.1.0 2010-11-28
+
+ o Initial CRAN release with basic functionality for vectors and matrices
+
+ o RcppGSL vignette provides an introduction and documentation about the
+ package
More information about the Rcpp-commits
mailing list