R Under development (unstable) (2026-02-16 r89426 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(sqlfluffr) > > test_check("sqlfluffr") Config written to: D:\temp\2026_02_17_23_25_16_4650\RtmpWmTiS8\file3dcc519f40d.sqlfluff Config written to: D:\temp\2026_02_17_23_25_16_4650\RtmpWmTiS8\file3dcc79425aa0.sqlfluff Config written to: D:\temp\2026_02_17_23_25_16_4650\RtmpWmTiS8\file3dcc284069cd.sqlfluff Config written to: D:\temp\2026_02_17_23_25_16_4650\RtmpWmTiS8\file3dcc64bd59ad.sqlfluff Config written to: D:\temp\2026_02_17_23_25_16_4650\RtmpWmTiS8\file3dcc62c135a0.sqlfluff The Python package 'sqlfluff' is required. This may download Python and dependencies (~50 MB). [ FAIL 0 | WARN 0 | SKIP 4 | PASS 78 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-fix.R:1:1', 'test-helpers.R:1:1', 'test-lint.R:1:1', 'test-parse.R:1:1' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 78 ] > > proc.time() user system elapsed 1.12 0.18 1.29