Skip to content

Commit ff3a255

Browse files
committed
use of \code{} in NEWS and minor rewording
1 parent 8365a86 commit ff3a255

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

inst/NEWS.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
\item The \code{[dpq]nbinom_mu()} scalar functions are now available via
1212
the \code{R::} namespace when R 3.1.2 or newer is used.
1313
\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
14+
\item \code{Rcpp::stop} now supports improved \code{printf}-like syntax
15+
using the small tinyformat header-only library (following a similar
16+
implementation in Rcpp11)
1617
}
1718
\item Changes in Rcpp Attributes:
1819
\itemize{

0 commit comments

Comments
 (0)