Skip to content

Commit 5d47d8d

Browse files
committed
documentation for print()
1 parent 8ede23a commit 5d47d8d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2015-02-25 Dirk Eddelbuettel <[email protected]>
28

39
* inst/include/Rcpp/routines.h: Use the 'attribute_hidden' define from

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
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{

0 commit comments

Comments
 (0)