Skip to content

Commit 49cc58f

Browse files
committed
several updates to NEWS.Rd based on recent commits
1 parent b8bb3b6 commit 49cc58f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

inst/NEWS.Rd

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,22 @@
1010
\code{.names} methods common to other Rcpp vectors.
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.
13+
\item Add an additional test for AIX before attempting to include \code{execinfo.h}.
1314
}
1415
\item Changes in Rcpp Attributes:
1516
\itemize{
1617
\item Only look for plugins in the package's namespace
17-
(rather than entire search path)
18+
(rather than entire search path).
19+
\item Also scan header files for definitions of functions to be considerd
20+
by Attributes.
21+
\item Correct the regular expression for source files which are scanned.
1822
}
23+
\item Changes in Rcpp unit tests
24+
\itemize{
25+
\item Added a new binary test which will load a pre-built package to
26+
ensure that the Application Binary Interface (ABI) did not change; this
27+
test will (mostly or) only run at Travis where we have reasonable control
28+
over the platform running the test and can provide a binary.
1929
}
2030
}
2131

0 commit comments

Comments
 (0)