-
Notifications
You must be signed in to change notification settings - Fork 11
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
ade #2
Comments
Dear adepage This is again the issue with install_github (r-lib/devtools#1298) not being able to install dependencies of dependencies. I have now also added "Rcpp" in my DESCRIPTION file, so try to install MSqRob again via: devtools::install_github("statOmics/MSqRob") If there would other packages missing as well, you can solve this by entering: install.packages("Rcpp") (replace "Rcpp" by the name of the package, also with quotes). If this would be the case, can you let me know which packages were still missing on your system so I can also add them? Thanks in advance! If this is not the solution to your problem, there could be other issues with the package Rccp as well (see for example http://stackoverflow.com/questions/16758129/error-in-loadnamespacename-there-is-no-package-called-rcpp). But if this would be the case, I would need to look further into it. Please for now just try to reinstall MSqRob and other potential missing packages and let me know if this fixed your problem! |
The problem seems to be solved. I will close this issue for now. |
We have an issue to install MSqRob see below the error message :
** R
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'Rcpp'
Error : package 'lme4' could not be loaded
ERROR: lazy loading failed for package 'MSqRob'
Error: Command failed (1)
Thank in advance for helping us
The text was updated successfully, but these errors were encountered: