File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
2015-11-08 Dirk Eddelbuettel <
[email protected] >
2
2
3
- * inst/include/Rcpp/vector/Matrix.h (Rcpp) : Matrix transpose is now a
4
- free function for both INTSXP and REALSXP
3
+ * inst/include/Rcpp/vector/Matrix.h: Matrix transpose is now a free
4
+ function for both INTSXP and REALSXP
5
5
6
6
* inst/unitTests/runit.Matrix.R: New unit tests
7
7
* inst/unitTests/cpp/Matrix.cpp: Ditto
11
11
* inst/include/Rcpp/Nullable.h: No longer prevent assignment of
12
12
R_NilValue to Nullable<> in function signatures
13
13
14
+ * inst/include/Rcpp/vector/Matrix.h: Use showpoint in operator<<()
15
+
14
16
2015-11-07 Dirk Eddelbuettel <
[email protected] >
15
17
16
- * inst/include/Rcpp/vector/Matrix.h (Rcpp): Beginnings of a Matrix
17
- transpose operator
18
+ * inst/include/Rcpp/vector/Matrix.h: Beginnings of a Matrix transpose
18
19
19
20
2015-11-06 Kevin Ushey <kevinushey@gmailcom>
20
21
Original file line number Diff line number Diff line change 19
19
\ghit {383 })
20
20
\item \code {Nullable } types can now be assigned \code {R_NilValue } in
21
21
function signatures. (PR \ghpr {395 } by Dan , fixing issue \ghit {394 })
22
+ \item \code {operator << ()} now always shows decimal points (PR \ghpr {396 }
23
+ by Dan )
22
24
}
23
25
\item Changes in Rcpp Attributes :
24
26
\itemize {
You can’t perform that action at this time.
0 commit comments