R Under development (unstable) (2025-10-21 r88963 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_10_22_05_10_17_6779\Rtmpya0auN\fileb4c846502c9c/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_10_22_05_10_17_6779\Rtmpya0auN\fileb4c84bee17da/R/writeAlizer Cleared cache: D:\temp\2025_10_22_05_10_17_6779\Rtmpya0auN\fileb4c8f2c1094/R/writeAlizer x Missing required packages: * thispkgdoesnotexist123 * anotherFakePkg install.packages(c("thispkgdoesnotexist123", "anotherFakePkg")) [ FAIL 0 | WARN 0 | SKIP 12 | PASS 381 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • 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:232:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 381 ] > > proc.time() user system elapsed 17.65 1.87 19.54