mlr3verse icon indicating copy to clipboard operation
mlr3verse copied to clipboard

Dependencies: clue, fpc

Open yht opened this issue 1 year ago • 1 comments

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

yht avatar Nov 15 '23 02:11 yht

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.

m-muecke avatar Jun 16 '24 14:06 m-muecke

OK, I've re-test and it works fine. Thank's.

yht avatar Aug 21 '24 09:08 yht