[Rcpp-devel] Ancient Rcpp for OS X on CRAN [Was: Building/linking trouble with cxxfunction()]

baptiste auguie baptiste.auguie at googlemail.com
Wed Feb 23 00:40:49 CET 2011


On 23 February 2011 00:28, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> +if( Rcpp:::capabilities()[["Rcpp modules"]] && ! .basOSX() ) {

You probably meant,

+if( Rcpp:::capabilities()[["Rcpp modules"]] && ! .badOSX() ) {

(check in progress...)

baptiste


More information about the Rcpp-devel mailing list