mlr-org / mlr3verse

Meta-package for installing/updating mlr3* packages.
https://mlr3verse.mlr-org.com
GNU Lesser General Public License v3.0
47 stars 5 forks source link

Dependencies: clue, fpc #32

Open yht opened 8 months ago

yht commented 8 months ago

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'?

m-muecke commented 1 month ago

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.