R Under development (unstable) (2025-09-23 r88869 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(forcats) > > test_check("forcats") [ FAIL 0 | WARN 0 | SKIP 38 | PASS 172 ] ══ Skipped tests (38) ══════════════════════════════════════════════════════════ • On CRAN (38): 'test-anon.R:16:3', 'test-c.R:18:3', 'test-collapse.R:62:3', 'test-collapse.R:71:3', 'test-count.R:45:3', 'test-cross.R:78:3', 'test-drop.R:25:3', 'test-expand.R:13:3', 'test-explicit_na.R:29:3', 'test-fct.R:16:3', 'test-fct.R:24:3', 'test-lump.R:15:3', 'test-lump.R:26:3', 'test-lump.R:50:3', 'test-lump.R:102:3', 'test-lump.R:167:3', 'test-lvls.R:13:3', 'test-lvls.R:43:3', 'test-match.R:9:3', 'test-match.R:13:3', 'test-na.R:35:3', 'test-other.R:38:3', 'test-recode.R:37:3', 'test-relabel.R:10:3', 'test-relevel.R:4:3', 'test-relevel.R:40:3', 'test-reorder.R:18:3', 'test-reorder.R:44:3', 'test-reorder.R:50:3', 'test-reorder.R:91:3', 'test-reorder.R:130:3', 'test-reorder.R:174:3', 'test-reorder.R:223:3', 'test-reorder.R:249:3', 'test-reorder.R:255:3', 'test-shift.R:19:3', 'test-utils.R:5:3', 'test-utils.R:11:3' [ FAIL 0 | WARN 0 | SKIP 38 | PASS 172 ] > > proc.time() user system elapsed 8.28 0.92 9.17