Skip to content

Commit

Permalink
note changes fix #342
Browse files Browse the repository at this point in the history
- use `forcats::fct_na_value_to_level()` instead of `forcats::fct_explicit_na()`
  • Loading branch information
njtierney committed Mar 4, 2024
1 parent 875adf4 commit b7a5f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Fix bug with `shadow_long` not working when gathering variables of mixed type. Fix involves specifying a value transform, which defaults to character. #314
- implement `Date`, `POSIXct` and `POSIXlt` methods for `impute_below()` - #158
- provide replace_na_with, a complement to replace_with_na - #129
- fix bug with `gg_miss_fct` where it used a deprecated function from forcats - #342

## Misc

Expand All @@ -22,6 +23,7 @@
- soft deprecated `shadow_shift` - #193
- soft deprecate miss_case_cumsum and miss_var_cumsum - #257


# naniar 1.0.0

Version 1.0.0 of naniar is to signify that this release is associated with
Expand Down

0 comments on commit b7a5f6d

Please sign in to comment.