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
+
1
8
2015-07-14 JJ Allaire <
[email protected] >
2
9
3
10
* src/attributes.cpp: fix crash on second call to sourceCpp
Original file line number Diff line number Diff line change 6
6
\itemize {
7
7
\item Changes in Rcpp API :
8
8
\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.
9
12
\item All internal length variables have been changed from \code {R_len_t }
10
13
to \code {R_xlen_t } to support vectors longer than 2 ^ 31 - 1 elements (via
11
14
pull request 303 by Qiang Kou ).
You can’t perform that action at this time.
0 commit comments