File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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+ \i tem Also scan header files for definitions of functions to be considerd
20+ by Attributes.
21+ \i tem Correct the regular expression for source files which are scanned.
1822 }
23+ \i tem Changes in Rcpp unit tests
24+ \i temize{
25+ \i tem 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
You can’t perform that action at this time.
0 commit comments