njtierney / naniar

Tidy data structures, summaries, and visualisations for missing data
http://naniar.njtierney.com/
Other
649 stars 54 forks source link

- Replaced `tidyr::gather` with `tidyr::pivot_longer` - resolves #301 #308

Closed njtierney closed 1 year ago

njtierney commented 1 year ago

Description

Related Issue

resolves #301

Example

Behaviour internally is mostly the same, except that gather_shadow returns a factor for the values, rather than character, which is ideal.

Tests

Tests were adapted

NEWS + DESCRIPTION

NEWS updated