mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

Prepare release #68

Closed mllg closed 1 year ago

mllg commented 2 years ago

Blocked by mlr3pipelines tests (Elements returned by dictionary helpers are now named by key)...

mllg commented 2 years ago
Starting 2 test processes
    [ FAIL 11 | WARN 0 | SKIP 79 | PASS 12611 ]

    ══ Skipped tests ═══════════════════════════════════════════════════════════════
    • On CRAN (77)
    • empty test (2)

    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure (test_po.R:100:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(pos("scale"), list(mlr_pipeops$get("scale"))) at test_po.R:100:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:105:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:105:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:110:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('Names: 1 string mismatch')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:110:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:115:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:115:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:122:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:122:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:128:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:128:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:133:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:133:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:138:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:138:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:143:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:143:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:160:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('names for target but not for current')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(...) at test_po.R:160:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2
    ── Failure (test_po.R:181:3): mlr_pipeops multi-access works ───────────────────
    all.equal(object, expected, check.environment = FALSE, ...) is not TRUE

    `actual` is a character vector ('Attributes: < Modes: list, NULL >', 'Attributes: < Lengths: 1, 0 >', 'Attributes: < names for target but not for current >', 'Attributes: < current is not list-like >')
    `expected` is a logical vector (TRUE)
    Backtrace:
        ▆
     1. └─mlr3pipelines:::expect_equal(pos(character(0)), list()) at test_po.R:181:2
     2.   └─testthat::expect_true(...) at tests/testthat/helper_compat.R:4:2

    [ FAIL 11 | WARN 0 | SKIP 79 | PASS 12611 ]
    Error: Test failures
    Execution halted