We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: