You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Unfortunately, I do not have access to a MacOS, so I cannot debug this myself. Here are some questions/suggestions of how to proceed:
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) ?
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.
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:
Do you have any idea what could be wrong or how to solve it?
Thanks in advance!
The text was updated successfully, but these errors were encountered: