R version 4.6.0 beta (2026-04-12 r89872 ucrt) -- "Because it was There" 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(freestiler) > > test_check("freestiler") [ FAIL 0 | WARN 4 | SKIP 19 | PASS 54 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-file-input.R:18:3', 'test-file-input.R:51:3', 'test-file-input.R:83:3', 'test-file-input.R:119:3', 'test-file-input.R:129:3', 'test-query.R:17:3', 'test-query.R:43:3', 'test-query.R:68:3', 'test-query.R:97:3', 'test-query.R:117:3', 'test-query.R:150:3', 'test-query.R:178:3', 'test-query.R:210:3', 'test-query.R:245:3', 'test-query.R:265:3', 'test-query.R:289:3', 'test-query.R:303:3', 'test-query.R:316:3', 'test-query.R:331:3' [ FAIL 0 | WARN 4 | SKIP 19 | PASS 54 ] > > proc.time() user system elapsed 7.75 1.35 4.37