R Under development (unstable) (2024-03-10 r86088 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(breakDown) > > test_check("breakDown") contribution (Intercept) 0.240 - number_project = 2 -0.048 - satisfaction_level = 0.45 0.035 - last_evaluation = 0.54 0.097 - average_montly_hours = 135 0.375 - time_spend_company = 3 0.293 - Work_accident = 0 0.007 - salary = low 0.001 - sales = sales 0.000 - promotion_last_5years = 0 0.000 final_prognosis 1.000 baseline: 0 [ FAIL 0 | WARN 2 | SKIP 0 | PASS 28 ] [ FAIL 0 | WARN 2 | SKIP 0 | PASS 28 ] > > proc.time() user system elapsed 15.31 1.57 16.87