I can't download mlr3 onto my Rstudio
DanielKim15 opened this issue · 1 comments
DanielKim15 commented
I tried to install it on my rstudio, but it just won't work. I did:
- install.packages("mlr3verse")
- install.packages("mlr3")
Every time when I run the library(ml3rverse) or library(mlr3), I get this error:
Error: package or namespace load failed for ‘mlr3verse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘mlr3misc’
I have the latest Rstudio, is there something else that's wrong?