R Under development (unstable) (2024-10-14 r87233 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(tfrmt) > > test_check("tfrmt") Writing json file out to: test.json The following rows of the given dataset have no format applied to them 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 The following rows of the given dataset have no format applied to them 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 [ FAIL 0 | WARN 0 | SKIP 10 | PASS 548 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-JSON.R:4:3', 'test-JSON.R:39:3', 'test-JSON.R:58:3', 'test-JSON.R:94:3', 'test-JSON.R:294:3', 'test-JSON.R:313:3', 'test-JSON.R:372:3', 'test-JSON.R:472:3', 'test-JSON.R:504:3', 'test-make_mock_data.R:226:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 548 ] > > proc.time() user system elapsed 35.46 2.01 37.54