CRAN Package Check Results for Package manipulateWidget

Last updated on 2026-06-08 09:51:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11.2 5.38 62.38 67.76 OK
r-devel-linux-x86_64-debian-gcc 0.11.2 4.24 42.64 46.88 ERROR
r-devel-linux-x86_64-fedora-clang 0.11.2 10.00 100.28 110.28 OK
r-devel-linux-x86_64-fedora-gcc 0.11.2 10.00 107.43 117.43 OK
r-devel-windows-x86_64 0.11.2 11.00 96.00 107.00 OK
r-patched-linux-x86_64 0.11.2 6.84 59.60 66.44 OK
r-release-linux-x86_64 0.11.2 6.23 59.82 66.05 OK
r-release-macos-arm64 0.11.2 2.00 23.00 25.00 OK
r-release-macos-x86_64 0.11.2 4.00 81.00 85.00 OK
r-release-windows-x86_64 0.11.2 11.00 93.00 104.00 OK
r-oldrel-macos-arm64 0.11.2 1.00 23.00 24.00 OK
r-oldrel-macos-x86_64 0.11.2 5.00 74.00 79.00 OK
r-oldrel-windows-x86_64 0.11.2 15.00 105.00 120.00 OK

Check Details

Version: 0.11.2
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manipulateWidget) > > test_check("manipulateWidget") Saving _problems/test-input_env-162.R [ FAIL 1 | WARN 1 | SKIP 1 | PASS 639 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-inputs.R:97:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-input_env.R:162:7'): InputEnv Class / unshares a group of inputs ── Error in `file(file, if (append) "a" else "w")`: cannot open the connection Backtrace: ▆ 1. └─testthat::expect_silent(model$inputList$getInput("b", i)) at test-input_env.R:162:7 2. └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. └─testthat (local) .capture(...) 4. └─withr::with_output_sink(...) 5. └─withr:::set_output_sink(file = new, append = append, split = split) 6. └─withr:::output_sink(file = file, append = append, split = split) 7. └─base::sink(file = file, append = append, type = "output", split = split) 8. └─base::file(file, if (append) "a" else "w") [ FAIL 1 | WARN 1 | SKIP 1 | PASS 639 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc