|
6 | 6 | \itemize{
|
7 | 7 | \item Changes in Rcpp API:
|
8 | 8 | \itemize{
|
9 |
| - \item Correct use of WIN32 instead of _WIN32 to please Windows 10 |
| 9 | + \item Correct use of WIN32 instead of _WIN32 to please Windows 10 |
10 | 10 | \item Add an assignment operator to \code{DimNameProxy} (PR #339 by Florian)
|
11 | 11 | \item Add vector and matrix accessors \code{.at()} with bounds checking
|
12 | 12 | (PR #342 by Florian)
|
13 | 13 | \item Correct character vector conversion from single char (PR #344 by
|
14 | 14 | Florian fixing issue #343)
|
15 |
| - \item Correct on use of \code{R_xlen_t} back to \code{size_t} (PR #348 by Romain) |
| 15 | + \item Correct on use of \code{R_xlen_t} back to \code{size_t} (PR #348 by |
| 16 | + Romain) |
| 17 | + \item Correct subsetting code to allow for single assignment (PR #349 by |
| 18 | + Florian) |
| 19 | + \item Enable subset assignment on left and righ-hand side (PR #353 by |
| 20 | + Qiang, fixing issue #345) |
| 21 | + \item Refreshed to included \code{tinyformat} template library (PR #357 by |
| 22 | + Dirk, issue #356) |
| 23 | + \item Add \code{operator<<()} for vectors and matrices (PR #361 by Dan |
| 24 | + fixing issue #239) |
| 25 | + \item Make \code{String} and \code{String_Proxy} objects comparable (PR #366 by Dan |
| 26 | + fixing issue #191) |
| 27 | + \item Add a new class \code{Nullable} for objects which may be \code{NULL} |
| 28 | + (PR #368 by Dirk and Dan, fixing issue #363) |
| 29 | + \item Correct creation and access of large matrices (PR #370 by Florian, |
| 30 | + fixing issue #369) |
16 | 31 | }
|
17 | 32 | \item Changes in Rcpp Attributes:
|
18 | 33 | \itemize{
|
19 | 34 | \item Correctly reset directory in case of no-rebuilding but Windows code
|
20 |
| - (PR #335) |
| 35 | + (PR #335 by Dirk) |
21 | 36 | }
|
22 | 37 | \item Changes in Rcpp Modules:
|
23 | 38 | \itemize{
|
24 | 39 | \item We no longer define multiple Modules objects named \code{World} in
|
25 |
| - the unit tests with was seen to have a bad effect with R 3.2.2 or later. |
| 40 | + the unit tests with was seen to have a bad effect with R 3.2.2 or later |
| 41 | + (PR #351 by Dirk fixing issue #350). |
26 | 42 | \item Applied patch by Kurt Hornik which improves how Rcpp loads Modules
|
| 43 | + (PR #353 by Dirk) |
| 44 | + } |
| 45 | + \item Changes in Rcpp Documentation: |
| 46 | + \itemize{ |
| 47 | + \item The \code{Rcpp.bib} file with bibliographic references was updated. |
27 | 48 | }
|
28 | 49 | }
|
29 | 50 | }
|
|
0 commit comments