We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3d38c commit e696eeaCopy full SHA for e696eea
2 files changed
ChangeLog
@@ -7,6 +7,7 @@
7
* inst/include/Rcpp/traits/traits.h: Idem
8
* inst/unitTests/cpp/Matrix.cpp: Idem
9
* inst/unitTests/runit.Matrix.R: Idem
10
+
11
2016-10-24 Qiang Kou <qkou@umail.iu.edu>
12
13
* inst/include/Rcpp/sugar/Range.h: Range sugar uses R_xlen_t as start/end type
inst/NEWS.Rd
@@ -18,8 +18,6 @@
18
\item Added new Sugar functions \code{rowSums()}, \code{colSums()},
19
\code{rowMeans()}, \code{colMeans()} (PR \ghpr{551} by Nathan Russell
20
fixing \ghit{549})
21
- \item Added new (matrix) Sugar functions \code{eye()},
22
- \code{ones()}, \code{zeros()} (PR \ghpr{566} by Nathan Russell)
23
\item \code{Range} Sugar now used \code{R_xlen_t} type for start/end
24
(PR \ghpr{568} by Qiang Kou)
25
}
0 commit comments