R Under development (unstable) (2025-12-17 r89193 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(testit) > test_pkg('testit') assertion failed: this should produce an error assertion failed: Frequentists must be correct (http://xkcd.com/1132/): the sun has exploded! assertion failed: 1 equals integer(0) 1 (LHS) ==> num 1 ---------- int 1 <== (RHS) 1L Error in 1 + "a" : non-numeric argument to binary operator > try(test_pkg('testit', 'test-error')) Error from eval(exprs[i], envir) Error in eval(exprs[i], envir) : An intentional error! > > proc.time() user system elapsed 0.12 0.09 0.20