R Under development (unstable) (2024-06-11 r86723 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. > > if ( requireNamespace("tinytest", quietly=TRUE) ){ + tinytest::test_package("vtreat") + } Loading required package: wrapr test_BO.R..................... 0 tests test_BO.R..................... 8 tests OK 5.8s test_Car.R.................... 0 tests test_Car.R.................... 1 tests OK 12.4s test_ExpmtDesign.R............ 0 tests test_ExpmtDesign.R............ 125 tests OK 19ms test_ExpmtDesign2.R........... 0 tests test_ExpmtDesign2.R........... 19 tests OK 8ms test_NoY.R.................... 0 tests test_NoY.R.................... 1 tests OK 13ms test_PC.R..................... 0 tests test_PC.R..................... 3 tests OK 14ms test_Parallel.R............... 0 tests test_Parallel.R............... 30 tests OK 3.9s test_Scale.R.................. 0 tests test_Scale.R.................. 6 tests OK 0.2s test_Sig.R.................... 0 tests test_Sig.R.................... 2 tests OK 18ms test_Stability.R.............. 0 tests test_Stability.R.............. 1 tests OK 1.0s test_UniqValue.R.............. 0 tests test_UniqValue.R.............. 1 tests OK 54ms test_W1.R..................... 0 tests test_W1.R..................... 10 tests OK 10.6s test_WeirdTypes.R............. 0 tests test_WeirdTypes.R............. 2 tests OK 0.2s test_ZW.R..................... 0 tests test_ZW.R..................... 1 tests OK 0.3s test_bind_frames.R............ 0 tests test_bind_frames.R............ 12 tests OK 4ms test_col_dups.R............... 0 tests test_col_dups.R............... 4 tests OK 33ms test_consts_rejected.R........ 0 tests test_consts_rejected.R........ 2 tests OK 2ms test_custom_coder.R........... 0 tests test_custom_coder.R........... 4 tests OK 0.5s test_ft.R..................... 0 tests test_ft.R..................... 11 tests OK test_ft.R..................... 11 tests OK test_ft.R..................... 22 tests OK test_ft.R..................... 22 tests OK test_ft.R..................... 32 tests OK test_ft.R..................... 32 tests OK test_ft.R..................... 43 tests OK test_ft.R..................... 43 tests OK test_ft.R..................... 54 tests OK 0.9s test_imputation_control.R..... 0 tests test_imputation_control.R..... 26 tests OK 1.0s test_level_clash.R............ 0 tests test_level_clash.R............ 9 tests OK 27ms test_multiclass.R............. 0 tests test_multiclass.R............. 3 tests OK 0.8s test_name_munging.R........... 0 tests test_name_munging.R........... 2 tests OK 16ms test_rquery.R................. 0 tests test_rquery.R................. 0 tests 1.4s test_simple_col_replace.R..... 0 tests test_simple_col_replace.R..... 1 tests OK 4ms test_simple_missingness.R..... 0 tests test_simple_missingness.R..... 0 tests 4ms All ok, 327 results (39.3s) > > > proc.time() user system elapsed 34.32 3.56 39.50