Skip to content

naniar 1.0.0

Compare
Choose a tag to compare
@njtierney njtierney released this 02 Feb 22:08
97fd69d

Version 1.0.0 of naniar is to signify that this release is associated with
the publication of the associated JSS paper, doi:10.18637/jss.v105.i07.
There are also a few small changes that have been implemented in this release,
which are described below.

There is still a lot to do in naniar, and this release does not signify that
there are no changes upcoming, more so to establish that this is a stable
release, and that any changes upcoming will go through a more formal deprecation
process and so on.

New

  • The DOI in the CITATION is for a new JSS publication that will be registered
    after publication on CRAN.
  • Replaced tidyr::gather with tidyr::pivot_longer - resolves #301
  • added set_n_miss and set_prop_miss functions - resolved #298

Bug Fixes

  • Fix bug in gg_miss_var() where a warning appears to due change in how to
    remove legend #288.

Misc

  • Removed gdtools from naniar as no longer needed 302.
  • added imports, vctrs and cli - which are both free dependencies as they
    are used within the already used tidyverse already.