R Under development (unstable) (2024-02-01 r85851 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 28 | PASS 32 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-foghorn.R:14:3', 'test-foghorn.R:22:3', 'test-foghorn.R:71:3', 'test-foghorn.R:84:3', 'test-foghorn.R:100:3', 'test-foghorn.R:106:3', 'test-foghorn.R:115:3', 'test-foghorn.R:122:3', 'test-foghorn.R:135:3', 'test-foghorn.R:154:3', 'test-foghorn.R:189:3', 'test-foghorn.R:197:3', 'test-foghorn.R:211:3', 'test-foghorn.R:224:3', 'test-foghorn.R:237:3', 'test-foghorn.R:387:3', 'test-foghorn.R:461:3', 'test-incoming.R:2:3', 'test-incoming.R:31:3', 'test-incoming.R:40:3', 'test-incoming.R:49:3', 'test-incoming.R:59: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 28 | PASS 32 ] > > proc.time() user system elapsed 2.21 0.28 2.48