Skip to content

Test error when used with upcoming version of R6 #875

Open
@wch

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

See https://win-builder.r-project.org/incoming_pretest/R6_2.6.0_20250211_001904/reverseDependencies/summary.txt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions