[Rcpp-commits] r440 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 24 12:41:29 CET 2010
Author: romain
Date: 2010-01-24 12:41:29 +0100 (Sun, 24 Jan 2010)
New Revision: 440
Modified:
pkg/inst/ChangeLog
Log:
bit more info in the changelog
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-01-24 11:40:04 UTC (rev 439)
+++ pkg/inst/ChangeLog 2010-01-24 11:41:29 UTC (rev 440)
@@ -1,8 +1,12 @@
-2010-01-23 Romain Francois <francoisromain at free.fr>
+2010-01-24 Romain Francois <francoisromain at free.fr>
* src/NumericVector.cpp: first pass at matrix indexing using
operator()(size_t, size_t)
+ * src/Rcpp/VectorBase.h: added the exception not_a_matrix
+ that is thrown when attempting to perform matrix indexing on
+ a vector that is not a matrix.
+
2010-01-23 Romain Francois <francoisromain at free.fr>
* src/wrap.cpp: s/copy/std::copy/
More information about the Rcpp-commits
mailing list