CRAN Package Check Results for Package whirl

Last updated on 2025-07-19 19:50:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 12.91 641.95 654.86 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 8.79 447.40 456.19 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 1045.84 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 1049.40 OK
r-devel-windows-x86_64 0.3.0 14.00 444.00 458.00 OK
r-patched-linux-x86_64 0.3.0 10.70 613.64 624.34 OK
r-release-linux-x86_64 0.3.0 10.33 613.98 624.31 OK
r-release-macos-arm64 0.3.0 50.00 ERROR
r-release-macos-x86_64 0.3.0 101.00 ERROR
r-release-windows-x86_64 0.3.0 12.00 529.00 541.00 OK
r-oldrel-macos-arm64 0.3.0 69.00 ERROR
r-oldrel-macos-x86_64 0.3.0 104.00 ERROR
r-oldrel-windows-x86_64 0.3.0 17.00 669.00 686.00 ERROR

Check Details

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [390s/307s] 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(whirl) > > test_check("whirl") [ FAIL 1 | WARN 1 | SKIP 13 | PASS 126 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-biocompute.R:14:3', 'test-custom_logging.R:55:3', 'test-examples.R:26:3', 'test-run.R:27:3', 'test-run.R:70:3', 'test-run.R:81:3', 'test-run.R:89:3', 'test-run.R:106:3', 'test-run.R:130:3', 'test-run.R:147:3', 'test-strace.R:11:3', 'test-whirl_queue.R:9:3' • On Linux (1): 'test-strace.R:55:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-util_queue_summary.R:12:3'): Summary tibble is created successfully ── Error in `gzfile(file, "rb")`: cannot open the connection Backtrace: ▆ 1. └─q$run(test_script(c("success.R", "py_success.py"))) at test-util_queue_summary.R:12:3 2. └─whirl:::wq_run(scripts, tag, self) 3. └─self$push(scripts = scripts, tag = tag)$wait() 4. └─whirl:::wq_wait(self, private, timeout) 5. └─self$poll(50) 6. └─whirl:::wq_poll(self, private, timeout) 7. └─whirl:::wq_next_step(self, private, i) 8. └─session$log_finish() 9. └─whirl:::wrs_log_finish(self, private, super) 10. └─base::readRDS(file.path(private$wd, "result.rds")) 11. └─base::gzfile(file, "rb") [ FAIL 1 | WARN 1 | SKIP 13 | PASS 126 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] 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(whirl) > > test_check("whirl") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 105 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-custom_logging.R:55:3', 'test-run.R:27:3', 'test-run.R:70:3', 'test-run.R:81:3', 'test-run.R:89:3', 'test-run.R:106:3', 'test-run.R:130:3', 'test-run.R:147:3', 'test-strace.R:11:3', 'test-whirl_queue.R:9:3' • Quarto is not available (7): 'test-examples.R:2:3', 'test-internal_run.R:2:3', 'test-mdformats.R:2:3', 'test-run.R:13:3', 'test-run.R:61:3', 'test-util_queue_summary.R:8:3', 'test-whirl_r_session.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-biocompute.R:3:3'): Biocompute object created correctly ──────── Error in `gzfile(file, "rb")`: cannot open the connection Backtrace: ▆ 1. └─whirl::run(input = input_yml, out_formats = NULL, summary_file = NULL) at test-biocompute.R:3:3 2. └─whirl:::internal_run(...) 3. └─queue$run(scripts = files, tag = name) 4. └─whirl:::wq_run(scripts, tag, self) 5. └─self$push(scripts = scripts, tag = tag)$wait() 6. └─whirl:::wq_wait(self, private, timeout) 7. └─self$poll(50) 8. └─whirl:::wq_poll(self, private, timeout) 9. └─whirl:::wq_next_step(self, private, i) 10. └─session$log_finish() 11. └─whirl:::wrs_log_finish(self, private, super) 12. └─base::readRDS(file.path(private$wd, "result.rds")) 13. └─base::gzfile(file, "rb") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 105 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/9s] 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(whirl) > > test_check("whirl") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 105 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-custom_logging.R:55:3', 'test-run.R:27:3', 'test-run.R:70:3', 'test-run.R:81:3', 'test-run.R:89:3', 'test-run.R:106:3', 'test-run.R:130:3', 'test-run.R:147:3', 'test-strace.R:11:3', 'test-whirl_queue.R:9:3' • Quarto is not available (7): 'test-examples.R:2:3', 'test-internal_run.R:2:3', 'test-mdformats.R:2:3', 'test-run.R:13:3', 'test-run.R:61:3', 'test-util_queue_summary.R:8:3', 'test-whirl_r_session.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-biocompute.R:3:3'): Biocompute object created correctly ──────── Error in `gzfile(file, "rb")`: cannot open the connection Backtrace: ▆ 1. └─whirl::run(input = input_yml, out_formats = NULL, summary_file = NULL) at test-biocompute.R:3:3 2. └─whirl:::internal_run(...) 3. └─queue$run(scripts = files, tag = name) 4. └─whirl:::wq_run(scripts, tag, self) 5. └─self$push(scripts = scripts, tag = tag)$wait() 6. └─whirl:::wq_wait(self, private, timeout) 7. └─self$poll(50) 8. └─whirl:::wq_poll(self, private, timeout) 9. └─whirl:::wq_next_step(self, private, i) 10. └─session$log_finish() 11. └─whirl:::wrs_log_finish(self, private, super) 12. └─base::readRDS(file.path(private$wd, "result.rds")) 13. └─base::gzfile(file, "rb") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 105 ] Error: Test failures Execution halted Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/5s] 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(whirl) > > test_check("whirl") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 105 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-custom_logging.R:55:3', 'test-run.R:27:3', 'test-run.R:70:3', 'test-run.R:81:3', 'test-run.R:89:3', 'test-run.R:106:3', 'test-run.R:130:3', 'test-run.R:147:3', 'test-strace.R:11:3', 'test-whirl_queue.R:9:3' • Quarto is not available (7): 'test-examples.R:2:3', 'test-internal_run.R:2:3', 'test-mdformats.R:2:3', 'test-run.R:13:3', 'test-run.R:61:3', 'test-util_queue_summary.R:8:3', 'test-whirl_r_session.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-biocompute.R:3:3'): Biocompute object created correctly ──────── Error in `gzfile(file, "rb")`: cannot open the connection Backtrace: ▆ 1. └─whirl::run(input = input_yml, out_formats = NULL, summary_file = NULL) at test-biocompute.R:3:3 2. └─whirl:::internal_run(...) 3. └─queue$run(scripts = files, tag = name) 4. └─whirl:::wq_run(scripts, tag, self) 5. └─self$push(scripts = scripts, tag = tag)$wait() 6. └─whirl:::wq_wait(self, private, timeout) 7. └─self$poll(50) 8. └─whirl:::wq_poll(self, private, timeout) 9. └─whirl:::wq_next_step(self, private, i) 10. └─session$log_finish() 11. └─whirl:::wrs_log_finish(self, private, super) 12. └─base::readRDS(file.path(private$wd, "result.rds")) 13. └─base::gzfile(file, "rb") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 105 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.3.0
Check: tests
Result: ERROR Running 'testthat.R' [565s] 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(whirl) > > test_check("whirl") Unknown output format markua [ FAIL 1 | WARN 0 | SKIP 12 | PASS 129 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-biocompute.R:14:3', 'test-custom_logging.R:55:3', 'test-examples.R:26:3', 'test-run.R:27:3', 'test-run.R:70:3', 'test-run.R:81:3', 'test-run.R:89:3', 'test-run.R:106:3', 'test-run.R:130:3', 'test-run.R:147:3', 'test-strace.R:11:3', 'test-whirl_queue.R:9:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-mdformats.R:14:3'): pandoc works ─────────────────────────────── Error in `(function (input, format, ext, exec, cfg) { cmn = NULL if (nrow(cfg) == 0L) cfg = character(0) else if (nrow(cfg) == 1L) { if ("t" %in% colnames(cfg)) { cfg = if (cfg[1L, "t"] == format) drop(cfg) else NA } else { cmn = drop(cfg) cfg = NA } } else { if (!("t" %in% colnames(cfg))) stop("for a config file with multiple output formats, there must be a field named \"t\"") if (sum(idx <- is.na(cfg[, "t"])) > 1L) stop("at most one \"t\" field can be NA") if (sum(idx) == 1L) cmn = cfg[idx, ] cfg = cfg[!idx, , drop = FALSE] cfg = cfg[cfg[, "t"] == format, ] if (!is.null(dim(cfg))) { if (nrow(cfg) > 1) stop("the output format is not unique in config") cfg = character(0) } } out = unname(if (!is.na(cfg["o"])) cfg["o"] else { if (!is.na(cfg["output"])) cfg["output"] else { with_ext(input, if (is.na(ext)) pandoc_ext(format) else ext) } }) cfg = cfg[setdiff(names(cfg), c("o", "output", "t"))] cmd = c(pandoc_arg(cfg), pandoc_arg(cmn), "-t", format, "-o", shQuote(out), shQuote(input)) message("Executing: pandoc ", paste(cmd, collapse = " ")) if (system2(exec, cmd) == 0L) out else stop("conversion failed") })(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]], dots[[4L]][[1L]], cfg = structure(character(0), dim = c(0L, 0L), dimnames = list( NULL, NULL)))`: conversion failed Backtrace: ▆ 1. ├─base::suppressMessages(...) at test-mdformats.R:14:3 2. │ └─base::withCallingHandlers(...) 3. └─whirl:::mdformats(...) 4. └─knitr::pandoc(input = log_html, format = mdfmt[[i]], ext = "md") 5. └─base::mapply(...) 6. └─knitr (local) `<fn>`(...) [ FAIL 1 | WARN 0 | SKIP 12 | PASS 129 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64

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.
Health stats visible at Monitor.