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
+
1
7
2015-02-25 Dirk Eddelbuettel <
[email protected] >
2
8
3
9
* inst/include/Rcpp/routines.h: Use the 'attribute_hidden' define from
Original file line number Diff line number Diff line change 14
14
exception rather than crash ) when a NULL external pointer is dereferenced.
15
15
\item R code is evaluated within an \code {R_toplevelExec } block to prevent
16
16
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 }.
17
19
}
18
20
\item Changes in Rcpp Attributes :
19
21
\itemize {
You can’t perform that action at this time.
0 commit comments