R Under development (unstable) (2024-01-29 r85841 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(SmartEDA) > > test_check("SmartEDA") Classes 'data.table' and 'data.frame': 2 obs. of 3 variables: $ am : num 1 0 $ Attribute: chr "mpg" "mpg" $ mean : num 24.4 17.1 - attr(*, ".internal.selfref")= Classes 'SmartEDA', 'ExpCTable' and 'data.frame': 21 obs. of 5 variables: $ Variable : chr "cyl" "cyl" "cyl" "cyl" ... $ Valid : chr "4" "6" "8" "TOTAL" ... $ Frequency : num 11 7 14 32 18 14 32 19 13 32 ... $ Percent : num 34.4 21.9 43.8 NA 56.2 ... $ CumPercent: num 34.4 56.3 100 NA 56.2 ... 'data.frame': 3 obs. of 11 variables: $ Class: chr "3" "4" "5" $ Out_1: int 0 8 5 $ Out_0: int 15 4 0 $ TOTAL: int 15 12 5 $ Per_1: num 0 0.62 0.38 $ Per_0: num 0.79 0.21 0 $ Odds : num 0 6 0 $ WOE : num 0 1.08 0 $ IV : num 0 0.44 0 $ Ref_1: chr "1" "1" "1" $ Ref_0: chr "0" "0" "0" - attr(*, "iValue")= num 0.44 [ FAIL 0 | WARN 0 | SKIP 2 | PASS 57 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test_expreport.R:8:3', 'test_exptwoplots.R:4:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 57 ] > > proc.time() user system elapsed 2.00 0.35 2.34