CRAN Package Check Results for Package writeAlizer

Last updated on 2025-12-07 07:50:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.2 16.14 149.72 165.86 OK
r-devel-linux-x86_64-debian-gcc 1.7.2 10.74 97.27 108.01 ERROR
r-devel-linux-x86_64-fedora-clang 1.7.2 32.00 230.26 262.26 OK
r-devel-linux-x86_64-fedora-gcc 1.7.2 26.00 237.82 263.82 OK
r-devel-windows-x86_64 1.7.2 17.00 147.00 164.00 OK
r-patched-linux-x86_64 1.7.2 14.85 141.10 155.95 OK
r-release-linux-x86_64 1.7.2 13.94 140.77 154.71 OK
r-release-macos-arm64 1.7.2 6.00 40.00 46.00 OK
r-release-macos-x86_64 1.7.2 22.00 264.00 286.00 OK
r-release-windows-x86_64 1.7.2 17.00 148.00 165.00 OK
r-oldrel-macos-arm64 1.7.2 4.00 42.00 46.00 OK
r-oldrel-macos-x86_64 1.7.2 30.00 240.00 270.00 OK
r-oldrel-windows-x86_64 1.7.2 22.00 199.00 221.00 OK

Check Details

Version: 1.7.2
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.7.2
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/11s] 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(writeAlizer) > > test_check("writeAlizer") i Downloaded model artifact: * File: mismatch.rda * Cache: /tmp/RtmpcXfTOG/fileebd44554252fe/R/writeAlizer (Artifacts are downloaded only the first time you use a model.) Tip: clear the cache with wa_cache_clear() if needed. Cleared cache: /tmp/RtmpcXfTOG/fileebd4413fd35fd/R/writeAlizer Cleared cache: /tmp/RtmpcXfTOG/fileebd44733fcdd9/R/writeAlizer * knitr * rmarkdown install.packages(c("knitr", "rmarkdown")) x Missing required packages: * knitr * rmarkdown * thispkgdoesnotexist123 * anotherFakePkg install.packages(c("knitr", "rmarkdown", "thispkgdoesnotexist123", "anotherFakePkg")) x Missing required packages: * knitr * rmarkdown install.packages(c("knitr", "rmarkdown")) [ FAIL 4 | WARN 0 | SKIP 13 | PASS 383 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • Loader returned no fits under current test environment; registry + mock_dir setup validated. (1): 'test-preprocess-and-download.R:151:5' • On CRAN (11): 'test-download-snapshots.R:2:3', 'test-download.R:48:3', 'test-download.R:72:3', 'test-download.R:90:3', 'test-file-utilities.R:2:3', 'test-file-utilities.R:14:3', 'test-file-utilities.R:26:3', 'test-file-utilities.R:39:3', 'test-import-validation.R:2:3', 'test-import-validation.R:30:3', 'test-integration-predict_quality.R:234:3' • empty test (1): ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-model-deps.R:50:5'): model_deps() does not flag installed packages as missing ── Expected `res <- writeAlizer::model_deps()` to throw a message. Backtrace: ▆ 1. ├─testthat::capture_output(...) at test-model-deps.R:49:3 2. │ └─testthat::capture_output_lines(code, print, width = width) 3. │ └─testthat:::eval_with_output(code, print = print, width = width) 4. │ ├─withr::with_output_sink(path, withVisible(code)) 5. │ │ └─base::force(code) 6. │ └─base::withVisible(code) 7. └─testthat::expect_message(res <- writeAlizer::model_deps(), regexp = "All required packages are installed:") at test-model-deps.R:50:5 ── Failure ('test-model-deps.R:73:5'): model_deps() is quick, emits cli alerts, and returns a named list ── Expected `any(grepl("All required packages are installed:", msg))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE Backtrace: ▆ 1. ├─testthat::capture_output(...) at test-model-deps.R:64:3 2. │ └─testthat::capture_output_lines(code, print, width = width) 3. │ └─testthat:::eval_with_output(code, print = print, width = width) 4. │ ├─withr::with_output_sink(path, withVisible(code)) 5. │ │ └─base::force(code) 6. │ └─base::withVisible(code) 7. └─testthat::expect_true(...) at test-model-deps.R:73:5 ── Failure ('test-model-deps.R:90:5'): model_deps() prints missing list and install command when something is missing ── Expected `any(...)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE Backtrace: ▆ 1. ├─testthat::capture_output(...) at test-model-deps.R:82:3 2. │ └─testthat::capture_output_lines(code, print, width = width) 3. │ └─testthat:::eval_with_output(code, print = print, width = width) 4. │ ├─withr::with_output_sink(path, withVisible(code)) 5. │ │ └─base::force(code) 6. │ └─base::withVisible(code) 7. └─testthat::expect_true(...) at test-model-deps.R:90:5 ── Failure ('test-model-deps.R:120:5'): internal install_model_deps() forwards to model_deps() ── Expected `any(grepl("All required packages are installed:", msg))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE Backtrace: ▆ 1. ├─testthat::capture_output(...) at test-model-deps.R:114:3 2. │ └─testthat::capture_output_lines(code, print, width = width) 3. │ └─testthat:::eval_with_output(code, print = print, width = width) 4. │ ├─withr::with_output_sink(path, withVisible(code)) 5. │ │ └─base::force(code) 6. │ └─base::withVisible(code) 7. └─testthat::expect_true(...) at test-model-deps.R:120:5 [ FAIL 4 | WARN 0 | SKIP 13 | PASS 383 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.7.2
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc