* Fix design_missingness_treatment() prepare. * Move to wrapr test runner.
1.3.6
* Add patch_columns_into_frame(). * Fix column name munging. * Start switching to RUnit tests.
1.3.5
* Make categorical scoring default TRUE. * logit-ize custom coders. * spline custom coder. * Get stricter about row ordering in building custom coders. * neaten up printing a bit. * Collar spline and lower its complexity.
1.3.4
* Accept pre-built approximation tables from numeric custom coders. * Fix .customCodeNum() extrapolation, down-sampling, and remote numeric ".center" option. * More docs.
1.3.3
* remove _clean suffix. * Fix non-scalar comparisions (mostly form class vectors). * add segmented variable calculation. * add pre-computed split plan. * bump dependencies. * Example higher order coders.
1.3.2
* force parent.frame * add a drop columns option to design_missingness_treatment() * Doc fixes