R Under development (unstable) (2026-03-19 r89661 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(cacheR) > > test_check("cacheR") Saving _problems/test-cacheFile-1109.R [1] 84 [1] 4 [1] 2 Cleared 1 entries from file state cache. Removed 2 stale lock/temp files. Pruned 1 cache files older than 30 days. Exported 3 targets to D:\temp\2026_03_20_16_35_17_20095\Rtmp23t6pu\file116b423a65d8c.R Exported 11 targets to D:\temp\2026_03_20_16_35_17_20095\Rtmp23t6pu/graph_double_y/_targets_test.R Cache graph is empty. [ FAIL 1 | WARN 0 | SKIP 11 | PASS 419 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • AST scanner currently only detects library()/require() calls, not pkg::fun syntax (1): 'test-packages.R:58:3' • Feature not yet implemented: cacheTree_edges() does not exist (1): 'test-new.R:53:3' • Feature not yet implemented: capture_dynamic parameter does not exist in cacheFile() (1): 'test-new.R:300:3' • Feature not yet implemented: eval_defaults parameter does not exist in cacheFile() (1): 'test-new.R:329:3' • File paths inside environments are not recursively scanned for content changes — use track_file() or depends_on_files instead (1): 'test-cache-env.R:67:3' • Known limitation: cache cannot track files referenced via globals in zero-arg functions (1): 'test-files.R:634:3' • On CRAN (1): 'test-cacheFile.R:447:3' • On Windows (4): 'test-cacheFile.R:571:3', 'test-cacheFile.R:599:3', 'test-cacheFile.R:1641:3', 'test-files.R:810:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-cacheFile.R:1109:5'): File path detection in R objects / detects file path in S4 object slot ── Expected `identical(hash1, hash2)` to be FALSE. Differences: `actual`: TRUE `expected`: FALSE [ FAIL 1 | WARN 0 | SKIP 11 | PASS 419 ] Error: ! Test failures. Execution halted