Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error loading library in MacOS Catalina #3

Open
pxtm opened this issue May 2, 2020 · 1 comment
Open

error loading library in MacOS Catalina #3

pxtm opened this issue May 2, 2020 · 1 comment

Comments

@pxtm
Copy link

pxtm commented May 2, 2020

Hi!

I have installed your package both from CRAN version and developer GitHub version, but when trying to load it in my R session via library(metaBMA) I keep getting this error:

Loading required package: Rcpp
Error: package or namespace load failed for ‘metaBMA’ in .doLoadActions(where, attach):
error in load action .A.1 for package metaBMA: is(module, "character"): object 'm' not found

Do you have any idea what could be wrong or how to solve it?
Thanks in advance!

@danheck
Copy link
Owner

danheck commented May 4, 2020

Unfortunately, I do not have access to a MacOS, so I cannot debug this myself. Here are some questions/suggestions of how to proceed:

  1. Which version of R do you have? I guess you already installed the newest version (4.0.0) and updated all packages via update.packages(ask = FALSE,checkBuilt = TRUE) ?
  2. Is it possible to install and load the packages rstan and rstanarm? The metaBMA package uses a very similar structure as rstanarm to load precompiled Stan models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants