R Under development (unstable) (2026-02-25 r89481 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(fcuk) fcuk loaded. Error suggestions enabled. Type .+1 to apply first suggestion. > > test_check("fcuk") Saving _problems/test-catch_error-23.R Saving _problems/test-catch_error-28.R Did you mean : "IQR" and "iris" ? [ FAIL 2 | WARN 0 | SKIP 0 | PASS 27 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-catch_error.R:23:3'): catch_error works with English error message ── Expected `result` to equal "myvar". Differences: `names(actual)` is a character vector ('.*\'(.*)\' not found.*') `names(expected)` is absent ── Failure ('test-catch_error.R:28:3'): catch_error works with French error message ── Expected `result` to equal "iri". Differences: `names(actual)` is a character vector ('.*\'(.*)\' introuvable.*') `names(expected)` is absent [ FAIL 2 | WARN 0 | SKIP 0 | PASS 27 ] Error: ! Test failures. > > proc.time() user system elapsed 1.42 0.26 1.67