CRAN Package Check Results for Package sched

Last updated on 2026-07-05 13:51:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 7.92 67.56 75.48 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 5.42 48.12 53.54 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.3 13.00 90.54 103.54 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 13.00 131.73 144.73 OK
r-devel-windows-x86_64 1.0.3 9.00 107.00 116.00 OK
r-patched-linux-x86_64 1.0.3 8.17 65.57 73.74 OK
r-release-linux-x86_64 1.0.3 7.66 65.95 73.61 OK
r-release-macos-arm64 1.0.3 2.00 166.00 168.00 OK
r-release-macos-x86_64 1.0.3 5.00 279.00 284.00 OK
r-release-windows-x86_64 1.0.3 10.00 108.00 118.00 OK
r-oldrel-macos-arm64 1.0.3 OK
r-oldrel-macos-x86_64 1.0.3 5.00 135.00 140.00 OK
r-oldrel-windows-x86_64 1.0.3 12.00 121.00 133.00 OK

Check Details

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/154s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Script needed to run testthat automatically from ‘R CMD check’. See > # testthat::test_dir documentation. > library(testthat) > library(sched) > test_check("sched") trying URL 'https://gitlab.com/cnrgh/databases/r-sched/-/raw/main/README.md?ref_type=heads' Content type 'text/plain; charset=utf-8' length 1375 bytes ================================================== downloaded 1375 bytes trying URL 'https://gitlab.com/cnrgh/databases/r-sched/-/raw/main/README.md?ref_type=heads' Saving _problems/test_080_scheduler-124.R [ FAIL 1 | WARN 1 | SKIP 1 | PASS 239 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_080_scheduler.R:124:5'): We can download a file. ─────────────── Error in `utils::download.file(url = url, destfile = dest_file, mode = "wb", method = "auto", cacheOK = FALSE, quiet = quiet)`: cannot open URL 'https://gitlab.com/cnrgh/databases/r-sched/-/raw/main/README.md?ref_type=heads' Backtrace: ▆ 1. └─scheduler$downloadFile(u, out_file, timeout = 2) at test_080_scheduler.R:124:5 2. └─utils::download.file(...) [ FAIL 1 | WARN 1 | SKIP 1 | PASS 239 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc