[Rcpp-devel] rcpp 0.10 on mac error with sourceCpp

JJ Allaire jj.allaire at gmail.com
Thu Nov 15 19:42:17 CET 2012


The error appears to be occurring in the call to RcppLdPath (made by both
sourceCpp and RStan). Here's the source code for that function:

RcppLdPath <- function() {
    if (nzchar(.Platform$r_arch)) { ## eg amd64, ia64, mips
        path <- Rcpp.system.file("lib",.Platform$r_arch)
    } else {
        path <- Rcpp.system.file("lib")
    }
    path
}

The call to Rcpp.system.file (looking for lib) is failing in your
configuration. I'm not sure why this would be.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20121115/0ad2abf1/attachment.html>


More information about the Rcpp-devel mailing list