eyzhao / SignIT

Mutation Signatures in Individual Tumours Deciphered by MCMC
3 stars 4 forks source link

Install failure on linux #5

Open willhooper opened 4 years ago

willhooper commented 4 years ago

Hi,

After following the installation instructions, I got the following error: Error: package or namespace load failed for ‘signit’ in library.dynam(lib, package, package.lib): shared object ‘SignIT.so’ not found

The actual .so file created during the build process was named 'signit.so', so I created a copy with the name that the package expected. After this, I received this error: > library(signit)

Error: package or namespace load failed for ‘signit’ in .doLoadActions(where, attach): error in load action .__A__.1 for package signit: Rcpp::loadModule(module = "stan_fit4population_model_mod", what = TRUE, : Unable to load module "stan_fit4population_model_mod": Failed to initialize module pointer: Error in FUN(X[[i]], ...): no such symbol _rcpp_module_boot_stan_fit4population_model_mod in package signit

Do you know what the cause of this could be?

Thanks, Will