We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8365a86 commit ff3a255Copy full SHA for ff3a255
inst/NEWS.Rd
@@ -11,8 +11,9 @@
11
\item The \code{[dpq]nbinom_mu()} scalar functions are now available via
12
the \code{R::} namespace when R 3.1.2 or newer is used.
13
\item Add an additional test for AIX before attempting to include \code{execinfo.h}.
14
- \item Rcpp::stop gains a printf like syntax, inspired from the implementation in
15
- Rcpp11, using tinyformat
+ \item \code{Rcpp::stop} now supports improved \code{printf}-like syntax
+ using the small tinyformat header-only library (following a similar
16
+ implementation in Rcpp11)
17
}
18
\item Changes in Rcpp Attributes:
19
\itemize{
0 commit comments