-
Notifications
You must be signed in to change notification settings - Fork 98
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
installation issues #217
Comments
Hi @vappiah, |
Hi @pati-ni g++ -std=gnu++11 -I"/software/R-3.6.3/lib/R/include" -DNDEBUG -I"/software/R-3.6.3/lib/R/library/Rcpp/include" -I"/software/R-3.6.3/lib/R/library/RcppArmadillo/include" -I"/software/R-3.6.3/lib/R/library/RcppProgress/include" -I/usr/local/include -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o The downloaded source packages are in |
Hi @vappiah, Thanks! So what I would ask is it to check how old your armadillo is.. Can you post the following output? library(RcppArmadillo)
sessionInfo() |
Hi Developers,
I tried installing harmony on an Ubuntu Machine and I got this error below. Please advice.
In function ‘arma::vec find_lambda_cpp(const vec&, const vec&, const std::vector<int, std::allocator >&)’:
utils.cpp:127:29: error: ‘value’ is not a member of ‘arma::fill’
B_vec[b], arma::fill::value(lambda_dym));
The text was updated successfully, but these errors were encountered: