Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 660 Bytes

NEWS.md

File metadata and controls

28 lines (19 loc) · 660 Bytes

Version 0.2.0

  • Replace impute_most_freq* with impute_mode*
  • Add NA_explicit_ as an exported constant for explicit categorical values.
  • Convert man to use markdown.
  • Fix exports

Version 0.1.1 (2018-01-22)

  • Fix na_replace (and na_explicit) to add levels for values if they do not already exist.
  • Add tests
  • Fix documentation

Version 0.7.0 (2017-08-22)

  • Add na_explicit and na_implicit

Version 0.6.2

  • na_replace: revert from using ifelse because of edge cases
  • add zzz.R
  • add NEWS.md
  • add tests for na_replace

Version 0.6.1

  • na_replace now uses ifelse and prevent recycling value