Open
Description
I'm in the process of releasing a new version of R6, and it results in an error with mlr3pipelines:
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_dictionary.R:251:3'): Cannot add pipeops with keys that invalidates the convenience for id incrementation ──
Error in ``$.R6`(mlr_pipeops, clone)`: R6 class DictionaryPipeOp/Dictionary/R6 does not have slot 'clone'!
Backtrace:
▆
1. ├─mlr_pipeops$clone at test_dictionary.R:251:3
2. └─global `$.R6`(mlr_pipeops, clone) at test_dictionary.R:251:3
Could you install the development version of R6 and address this issue? You can install with:
devtools::install_github('r-lib/R6', build_vignettes = FALSE)
This is unfortunately holding up the release of R6 on CRAN, so if you could release an updated version soon, I would appreciate it.
Metadata
Assignees
Labels
No labels