Package check result: OK Changes to worse in reverse depends: Package: FastRet Check: tests New result: ERROR Running ‘testthat.R’ [23s/10s] 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(FastRet) > > test_check("FastRet") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-train_frm-lasso.R:5:5'): train_frm works if `method == 'lasso'` ── Error in `serverSocket(port = port)`: creation of server socket failed: port 11495 cannot be opened Backtrace: ▆ 1. └─FastRet::train_frm(...) at test-train_frm-lasso.R:5:5 2. └─FastRet::preprocess_data(...) 3. └─FastRet::getCDs(data, verbose, nw) 4. └─parallel::makeCluster(nw, outfile = if (verbose >= 2) "" else nullfile()) 5. └─parallel::makePSOCKcluster(names = spec, ...) 6. └─base::serverSocket(port = port) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ] Error: Test failures Execution halted Package: shiny2docker Check: tests New result: ERROR Running ‘testthat.R’ [3s/13s] 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(shiny2docker) > > test_check("shiny2docker") Loading required namespace: renv i No DESCRIPTION file found i we wil parse qmd files,Rmd files and R scripts from /home/hornik/tmp/CRAN_recheck/shiny2docker.Rcheck/tests/testthat/dummy_app . All required packages are installed v create renv.lock at dummy_app//renv.lock The following package(s) were installed from an unknown source: - cli [3.6.5] renv may be unable to restore these packages in the future. Consider reinstalling these packages from a known source (e.g. CRAN). [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-shiny2docker.R:5:2'): shiny2docker works ─────────────────────── Error in `renv_snapshot_validate_report(valid, prompt, force)`: aborting snapshot due to pre-flight validation failure Backtrace: ▆ 1. └─shiny2docker::shiny2docker(path = "dummy_app/") at test-shiny2docker.R:5:2 2. └─attachment::create_renv_for_prod(...) 3. └─attachment::create_renv_for_dev(...) 4. └─renv::snapshot(...) 5. └─renv:::renv_snapshot_validate_report(valid, prompt, force) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Package: whirl Check: tests New result: ERROR Running ‘testthat.R’ [427s/294s] 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 2 | WARN 0 | SKIP 11 | PASS 119 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-approvedpkgs.R:2:3', 'test-custom_logging.R:54:3', 'test-examples.R:25:5', '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:128:3', 'test-run.R:145:3', 'test-whirl_queue.R:9:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-strace.R:28:7'): strace works ──────────────────────────────── any(grepl(x = test$write$file, pattern = "mtcars.rds")) is not TRUE `actual`: FALSE `expected`: TRUE Backtrace: ▆ 1. ├─withr::with_tempdir(...) at test-strace.R:14:3 2. │ └─withr::with_dir(tmp, code) 3. │ └─base::force(code) 4. └─testthat::expect_true(any(grepl(x = test$write$file, pattern = "mtcars.rds"))) at test-strace.R:28:7 ── Failure ('test-strace.R:35:7'): strace works ──────────────────────────────── any(grepl(x = test$write$file, pattern = "mtcars.rds")) is not TRUE `actual`: FALSE `expected`: TRUE Backtrace: ▆ 1. ├─withr::with_tempdir(...) at test-strace.R:14:3 2. │ └─withr::with_dir(tmp, code) 3. │ └─base::force(code) 4. └─testthat::expect_true(any(grepl(x = test$write$file, pattern = "mtcars.rds"))) at test-strace.R:35:7 [ FAIL 2 | WARN 0 | SKIP 11 | PASS 119 ] Error: Test failures Execution halted