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 1 occurred building shared library #8

Open
alex6092400 opened this issue Jun 24, 2020 · 0 comments
Open

Error 1 occurred building shared library #8

alex6092400 opened this issue Jun 24, 2020 · 0 comments

Comments

@alex6092400
Copy link

Hello ! I'm interested in this project and I tried to run the UK.R script but i have some errors especially when i run this part:

packageStartupMessage("Attaching C++ code...")

sourceCpp(paste0(cm_path_, "/model_v1/corona.cpp"), rebuild = cm_force_rebuild_, cacheDir = cm_build_dir_, verbose = cm_build_verbose_)

sourceCpp(paste0(cm_path_, "/fit_v1/fit.cpp"), rebuild = cm_force_rebuild_, cacheDir = cm_build_dir_, verbose = cm_build_verbose_)

In fact this error appear

Error in sourceCpp(paste0(cm_path_, "/model_v1/corona.cpp"), rebuild = cm_force_rebuild_, : Error 1 occurred building shared library. Calls: source -> withVisible -> eval -> eval -> sourceCpp

Does anyone have already seen this problem before and know how it can be solved ?

Thanks a lot for your help !

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

1 participant