R Under development (unstable) (2026-02-18 r89435 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. > library(testthat) > library(bracketeer) Attaching package: 'bracketeer' The following object is masked from 'package:testthat': teardown > > test_check("bracketeer") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 488 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • Could not locate file: vignettes/error-catalog.Rmd (1): 'test-docs-tournament-guides.R:73:9' • Could not locate file: vignettes/fifa-world-cup.Rmd (1): 'test-docs-dsl-positioning.R:35:9' • Could not locate file: vignettes/nhl-stanley-cup.Rmd (1): 'test-docs-tournament-guides.R:128:5' • Could not locate file: vignettes/swiss-top-cut.Rmd (1): 'test-vignettes-catalog.R:22:9' • Could not locate file: vignettes/tournament-lifecycle.Rmd (2): 'test-docs-tournament-guides.R:41:9', 'test-docs-tournament-guides.R:88:5' • Could not locate vignettes directory (1): 'test-vignettes-catalog.R:39:5' • On CRAN (3): 'test-phase0-invariants-snapshots.R:1:1', 'test-phase0-invariants-snapshots.R:13:1', 'test-tournament-inspection-nouns.R:60:1' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 488 ] > > proc.time() user system elapsed 5.35 0.89 6.23