R version 4.6.0 beta (2026-04-12 r89874 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 0 | SKIP 42 | PASS 10 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (42): 'test-clustering.R:2:3', 'test-clustering.R:36:3', 'test-clustering.R:68:3', 'test-coalesce.R:2:3', 'test-coalesce.R:29:3', 'test-coalesce.R:57:3', 'test-coalesce.R:84:3', 'test-dropping.R:2:3', 'test-dropping.R:29:3', 'test-dropping.R:57:3', 'test-dropping.R:88:3', '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-mlt.R:2:3', 'test-mlt.R:29:3', 'test-mlt.R:60:3', 'test-mlt.R:86:3', 'test-mlt.R:107:3', 'test-multilayer.R:2:3', 'test-multilayer.R:29:3', 'test-multilayer.R:56:3', 'test-multilayer.R:89:3', 'test-multilayer.R:107:3', 'test-multilayer.R:158:3', 'test-mvt.R:2: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 0 | SKIP 42 | PASS 10 ] > > proc.time() user system elapsed 3.07 0.57 3.39