File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ 2015-03-01 Dirk Eddelbuettel <
[email protected] >
2+
3+ * src/api.cpp: New function print() as a wrapper around Rf_PrintValue()
4+ * src/Rcpp_init.cpp: Corresponding registration for print()
5+ * inst/include/Rcpp/routines.h: Corresponding initialization
6+
172015-02-25 Dirk Eddelbuettel <
[email protected] >
28
39 * inst/include/Rcpp/routines.h: Use the 'attribute_hidden' define from
Original file line number Diff line number Diff line change 1414 exception rather than crash ) when a NULL external pointer is dereferenced.
1515 \item R code is evaluated within an \code {R_toplevelExec } block to prevent
1616 user interrupts from bypassing C ++ destructors on the stack.
17+ \item A new function \code {print } function was added as a wrapper around
18+ \code {Rf_PrintValue }.
1719 }
1820 \item Changes in Rcpp Attributes :
1921 \itemize {
You can’t perform that action at this time.
0 commit comments