[Rcpp-commits] r2358 - pkg/Rcpp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Oct 24 02:52:37 CEST 2010
Author: romain
Date: 2010-10-24 02:52:37 +0200 (Sun, 24 Oct 2010)
New Revision: 2358
Modified:
pkg/Rcpp/inst/NEWS
Log:
fill NEWS
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2010-10-24 00:50:01 UTC (rev 2357)
+++ pkg/Rcpp/inst/NEWS 2010-10-24 00:52:37 UTC (rev 2358)
@@ -1,3 +1,10 @@
+0.8.8 (future)
+
+ o New syntactic shortcut to extract rows and columns of a Matrix.
+ x(i,_) extracts the i-th row and x(_,i) extracts the i-th column.
+
+ o Matrix indexing is more efficient
+
0.8.7 2010-10-15
o As of this version, Rcpp depends on R 2.12 or greater as it interfaces
More information about the Rcpp-commits
mailing list