File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ 2015-07-16 Kevin Ushey <
[email protected] >
2+
3+ * inst/include/Rcpp/api/meat/Rcpp_eval.h: Don't use 'R_ToplevelExec';
4+ ensure Rcpp_eval respects previously established handlers. Capture
5+ errors + interrupts with R-level 'tryCatch'.
6+ * inst/NEWS.Rd: Add news entry
7+
182015-07-14 JJ Allaire <
[email protected] >
29
310 * src/attributes.cpp: fix crash on second call to sourceCpp
Original file line number Diff line number Diff line change 66 \itemize {
77 \item Changes in Rcpp API :
88 \itemize {
9+ \item \code {Rcpp_eval()} no longer uses \code {R_ToplevelExec } when evaluating
10+ R expressions ; this should resolve errors where calling handlers (e.g.
11+ through \code {suppressMessages()}) were not properly respected.
912 \item All internal length variables have been changed from \code {R_len_t }
1013 to \code {R_xlen_t } to support vectors longer than 2 ^ 31 - 1 elements (via
1114 pull request 303 by Qiang Kou ).
You can’t perform that action at this time.
0 commit comments