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 77 \item Changes in Rcpp API :
88 \itemize {
99 \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)
1216 }
1317 \item Changes in Rcpp Attributes :
1418 \itemize {
1519 \item Correctly reset directory in case of no - rebuilding but Windows code
20+ (PR # 335)
1621 }
1722 }
1823}
You can’t perform that action at this time.
0 commit comments