r-lib / callr

Call R from R
https://callr.r-lib.org/
Other
299 stars 38 forks source link

callr update from CRAN #279

Closed gaborcsardi closed 7 months ago

gaborcsardi commented 7 months ago
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-utils.R:8:5'): is_complete_expression ────────────────────────
    is_complete_expression("1 1") is not TRUE

    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. └─callr (local) do_tests() at test-utils.R:15:3
     2.   └─testthat::expect_true(is_complete_expression("1 1")) at test-utils.R:8:5
    ── Failure ('test-utils.R:8:5'): is_complete_expression ────────────────────────
    is_complete_expression("1 1") is not TRUE

    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─withr::with_envvar(c(LANGUAGE = "de_DE"), do_tests()) at test-utils.R:18:5
     2. │ └─base::force(code)
     3. └─callr (local) do_tests()
     4.   └─testthat::expect_true(is_complete_expression("1 1")) at test-utils.R:8:5
gaborcsardi commented 7 months ago

This was a bug in R-devel, which is fixed now, so the checks are clean.

That does not mean that BDR will not archive the package of course, so it is best not to run the tests on CRAN.

gaborcsardi commented 7 months ago

Done in 68ffe0347dcfe2c94e3dbac26d18046600c53952

gaborcsardi commented 7 months ago

Done.