-
Notifications
You must be signed in to change notification settings - Fork 164
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
Survminer package loading error #394
Comments
I solved by updating R to current version. |
so we can close this issue, thanks |
@kassambara I still believe this issue should be open as a bug and fixed because it implies your package documentation is not correct. Your package depends on R 3.6.0 because your dependencies (cmprsk) depend on R >= 3.6.0, but that's not defined in your |
Thank you @StevenMMortimer for pointing this out! We'll update the package accoordingly |
The recent update of package cmprsk suddenly requires the current R version >= 3.6.0, forcing survminer users to update their R version As |
Dependency to cmprsk now removed. You can install the latest dev version as follow: devtools::install_github("kassambara/survminer", build_vignettes = FALSE) |
Hello,
I am encountering the following error when trying to load the survminer package:
Error: package or namespace load failed for ‘survminer’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘cmprsk’
Then I try to install the package cmprsk but unfortunately this package is not available for R version 3.5.1
How could I solve this?
Massimo
The text was updated successfully, but these errors were encountered: