R Under development (unstable) (2025-07-07 r88391 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. > library(testthat) > library(waldo) Attaching package: 'waldo' The following object is masked from 'package:testthat': compare > > test_check("waldo") [ FAIL 0 | WARN 0 | SKIP 64 | PASS 105 ] ══ Skipped tests (64) ══════════════════════════════════════════════════════════ • On CRAN (64): 'test-compare-class.R:11:3', 'test-compare-data-frame.R:2:3', 'test-compare-data-frame.R:10:3', 'test-compare-data-frame.R:18:3', 'test-compare-data-frame.R:35:3', 'test-compare-data-frame.R:41:3', 'test-compare-data-frame.R:69:3', 'test-compare-opts.R:22:3', 'test-compare-value.R:2:3', 'test-compare-value.R:27:3', 'test-compare-value.R:31:3', 'test-compare-value.R:48:3', 'test-compare-value.R:54:3', 'test-compare-value.R:74:3', 'test-compare-value.R:81:3', 'test-compare-value.R:113:3', 'test-compare-value.R:120:3', 'test-compare-value.R:128:3', 'test-compare-value.R:135:3', 'test-compare-value.R:146:3', 'test-compare-value.R:154:3', 'test-compare-value.R:162:3', 'test-compare-value.R:170:3', 'test-compare-value.R:181:3', 'test-compare-value.R:187:3', 'test-compare-value.R:194:3', 'test-compare-value.R:203:3', 'test-compare.R:22:3', 'test-compare.R:55:3', 'test-compare.R:73:3', 'test-compare.R:108:3', 'test-compare.R:116:3', 'test-compare.R:124:3', 'test-compare.R:140:3', 'test-compare.R:147:3', 'test-compare.R:178:3', 'test-compare.R:184:3', 'test-compare.R:198:3', 'test-compare.R:237:3', 'test-compare.R:246:3', 'test-compare.R:253:3', 'test-compare.R:267:3', 'test-compare.R:276:3', 'test-compare.R:295:3', 'test-compare.R:301:3', 'test-compare.R:341:3', 'test-compare.R:369:3', 'test-compare.R:373:3', 'test-compare.R:383:3', 'test-compare.R:400:3', 'test-compare.R:416:3', 'test-compare.R:436:3', 'test-compare.R:465:3', 'test-compare.R:476:3', 'test-compare.R:482:3', 'test-compare.R:518:3', 'test-compare.R:548:3', 'test-compare.R:559:3', 'test-diff.R:2:3', 'test-diff.R:28:3', 'test-diff.R:40:3', 'test-diff.R:51:3', 'test-num_equal.R:41:3', 'test-proxy.R:2:3' [ FAIL 0 | WARN 0 | SKIP 64 | PASS 105 ] > > proc.time() user system elapsed 5.68 0.40 6.09