File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 7
7
\item Changes in Rcpp API :
8
8
\itemize {
9
9
\item Correct use of WIN32 instead of _WIN32 to please Windows 10
10
- \item Add an assignment operator to DimNameProxy (PR # 339)
11
- \item Correct character vector conversion from single char (PR # 344, issue #343)
10
+ \item Add an assignment operator to \code {DimNameProxy } (PR # 339 by Florian)
11
+ \item Add vector and matrix accessors \code {.at()} with bounds checking
12
+ (PR # 342 by Florian)
13
+ \item Correct character vector conversion from single char (PR # 344 by
14
+ Florian fixing issue # 343)
15
+ \item Correct on use of \code {R_xlen_t } back to \code {size_t } (PR # 348 by Romain)
12
16
}
13
17
\item Changes in Rcpp Attributes :
14
18
\itemize {
15
19
\item Correctly reset directory in case of no - rebuilding but Windows code
20
+ (PR # 335)
16
21
}
17
22
}
18
23
}
You can’t perform that action at this time.
0 commit comments