Skip to content
Prev 8410 / 15075 Next

Unable to load local library via GUI

Noel,

the package uses BLAS and your R is setup to build against vecLib BLAS which has bad ID so anything linked against it will have trouble finding libRblas. The simple fix is to switch to R BLAS instead of vecLib BLAS (see R for Mac FAQ 12.5). Alternatively update to R 2.13.2, the issue has been fixed in the CRAN binary distribution of R 2.13.2.

Cheers,
Simon
On Oct 3, 2011, at 10:41 PM, Noel Faux wrote: