R Under development (unstable) (2025-09-04 r88794 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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 32 | PASS 606 ] ══ Skipped tests (32) ══════════════════════════════════════════════════════════ • On CRAN (32): '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', 'test-prep_card.R:245:3', 'test-prep_card.R:446:3', 'test-prep_card.R:485:3', 'test-prep_card.R:516:3', 'test-prep_card.R:549:3', 'test-prep_card.R:568:3', 'test-prep_card.R:587:3', 'test-prep_card.R:635:3', 'test-prep_card.R:667:3', 'test-prep_card.R:682:3', 'test-prep_card.R:718:3', 'test-prep_card.R:736:3', 'test-prep_card.R:774:3', 'test-prep_card.R:924:3', 'test-prep_card.R:949:3', 'test-prep_card.R:975:3', 'test-prep_card.R:1046:3', 'test-shuffle_card.R:9:3', 'test-shuffle_card.R:68:3', 'test-shuffle_card.R:79:3', 'test-shuffle_card.R:245:3', 'test-shuffle_card.R:411:3' [ FAIL 0 | WARN 0 | SKIP 32 | PASS 606 ] > > proc.time() user system elapsed 44.87 1.34 46.11