Last updated on 2025-01-31 06:49:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 87.62 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 100.72 | ERROR | |||
r-devel-windows-x86_64 | 1.0.1 | 9.00 | 105.00 | 114.00 | OK | |
r-release-macos-arm64 | 1.0.1 | 59.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 100.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 8.00 | 95.00 | 103.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.r’ [9s/58s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(jobqueue)
>
> test_check("jobqueue")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 131 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-queue.r:104:3'): max_cpus ────────────────────────────────────
map(q$jobs, "state") (`actual`) not equal to c(rep("running", 2), rep("queued", 2)) (`expected`).
`actual`: "running"
`expected`: "running" "running" "queued" "queued"
── Failure ('test-queue.r:105:3'): max_cpus ────────────────────────────────────
map(q$workers, "state") (`actual`) not equal to c("busy", "busy", "idle") (`expected`).
`actual`: "busy" "idle" "idle"
`expected`: "busy" "busy" "idle"
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 131 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.