mlr3verse
mlr3verse copied to clipboard
Dependencies: clue, fpc
Hi, I got these error when doing install.packages("mlr3verse")
.
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘clue’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
ERROR: lazy loading failed for package ‘mlr3verse’
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘fpc’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
ERROR: lazy loading failed for package ‘mlr3verse’
For now I install clue and fpc before install mlr3verse. Can you update your 'DESCRIPTION'?
fpc and clue are imports from mlr3cluster, then most likely you've removed them after installing mlr3cluster. I've just tested it with a clean install an it works fine.
OK, I've re-test and it works fine. Thank's.