R Under development (unstable) (2025-11-23 r89052 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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: D:\temp\2025_11_25_00_05_16_16249\RtmpoBssQ7\file8d504d823e18/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: D:\temp\2025_11_25_00_05_16_16249\RtmpoBssQ7\file8d507f3fddc/R/writeAlizer Cleared cache: D:\temp\2025_11_25_00_05_16_16249\RtmpoBssQ7\file8d502d0356d6/R/writeAlizer x Missing required packages: * thispkgdoesnotexist123 * anotherFakePkg install.packages(c("thispkgdoesnotexist123", "anotherFakePkg")) [ FAIL 0 | WARN 0 | SKIP 13 | PASS 387 ] ══ 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): [ FAIL 0 | WARN 0 | SKIP 13 | PASS 387 ] > > proc.time() user system elapsed 12.40 1.17 13.56