Package: Information
Version: 0.0.9
Submit to CRAN.
Shortened the title.
Expanded documentation of the difference between creating individual plots versus grid plots.
-
Changed the vignette index title (the previous version's title just said "Vignette Title").
-
Added more examples to demonstrate the use of multiple cores.
-
Used the dontrun markdown keyword instead of commenting out code that should not be tested.
-
Exclude character variables with only one unique value from WOE/NWOE calculations.
-
Check if the treatment parameter is binary.
- Fixed a bug that occurs when binary variables have NAs
- Automatically remove "class==Date" variables from table generation
- Accepting input data of format tbl and tbl_df
- More precise namespace imports to avoid clashes with the upcoming release of ggplot2 2.0.0
- Check if the treatment parameter is binary.
- Fixed issues with vignettes
- Fixed a bug in the penalty calculation that occurs for certain cases.
- Removed the match-key from the WOE and NWOE tables when the parallel option is used.