R version 4.6.0 RC (2026-04-17 r89914 ucrt) -- "Because it was There" 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(testit) > test_pkg('testit') Error: non-numeric argument to binary operator Updated snapshot file: D:\temp\2026_04_20_18_50_16_32258\RtmpmkT5iu\file152444c7c8f.md Updated snapshot file: D:\temp\2026_04_20_18_50_16_32258\RtmpmkT5iu\file15243b26df3.md > > op = options(testit.hide.error = TRUE) > tryCatch( + test_pkg('testit', 'test-error'), + error = function(e) invisible(NULL), finally = function() options(op) + ) > > proc.time() user system elapsed 0.18 0.03 0.20