mlr3verse icon indicating copy to clipboard operation
mlr3verse copied to clipboard

Meta-package for installing/updating mlr3* packages.

Results 7 mlr3verse issues
Sort by recently updated
recently updated
newest added

### Description here is my command to install the mlr3verse ``` > remotes::install_github("mlr-org/mlr3verse") ``` here is the output ``` Downloading GitHub repo mlr-org/mlr3verse@HEAD Running `R CMD build`... * checking for...

Hi, I got these error when doing `install.packages("mlr3verse")`. ``` Error in loadNamespace(j withRestarts -> withOneRestart -> doWithOneRestart Execution halted ERROR: lazy loading failed for package ‘mlr3verse’ ``` ``` Error in...

### Description autoplot throw an error 'Error: Need a binary classification problem to plot a ROC curve', when I analyzed for multiclass task. ### Reproducible example mlr3viz::autoplot(train_resample_obj, type = "roc")

![image](https://github.com/mlr-org/mlr3verse/assets/15801081/b01f3d9a-506d-4d5b-a366-95d9ed1ba974)

Installation of mlr3verse says successful but can't load it. > install.packages("mlr3verse") Installing package into ‘C:/Users/XXXXX/AppData/Local/R/win-library/4.4’ (as ‘lib’ is unspecified) trying URL 'https://mlr-org.r-universe.dev/bin/windows/contrib/4.4/mlr3verse_0.2.8.zip' Content type 'application/zip' length 31848 bytes (31 KB)...

This depends on whether Additional_repositories allow github dependencies.