R Under development (unstable) (2025-07-18 r88431 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(foghorn) > > test_check("foghorn") [ FAIL 0 | WARN 0 | SKIP 34 | PASS 36 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-foghorn.R:11:3', 'test-foghorn.R:19:3', 'test-foghorn.R:97:3', 'test-foghorn.R:110:3', 'test-foghorn.R:127:3', 'test-foghorn.R:133:3', 'test-foghorn.R:142:3', 'test-foghorn.R:149:3', 'test-foghorn.R:162:3', 'test-foghorn.R:184:3', 'test-foghorn.R:229:3', 'test-foghorn.R:240:3', 'test-foghorn.R:247:3', 'test-foghorn.R:318:3', 'test-foghorn.R:373:3', 'test-foghorn.R:381:3', 'test-foghorn.R:395:3', 'test-foghorn.R:408:3', 'test-foghorn.R:426:3', 'test-foghorn.R:577:3', 'test-foghorn.R:650:3', 'test-foghorn.R:661:3', 'test-foghorn.R:676:3', 'test-incoming.R:2:3', 'test-incoming.R:38:3', 'test-incoming.R:47:3', 'test-incoming.R:58:3', 'test-incoming.R:68:3', 'test-n_cran_platforms.R:5:3', 'test-n_cran_platforms.R:13:3', 'test-n_cran_platforms.R:21:3', 'test-winbuilder-queue.R:2:3', 'test-winbuilder-queue.R:19:3', 'test-winbuilder-queue.R:31:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 36 ] > > proc.time() user system elapsed 2.29 0.50 2.79