Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated old names of the scalar missingness summaries in favour of better names - fixes #171 #185

Merged
merged 1 commit into from
Jul 30, 2018

Conversation

njtierney
Copy link
Owner

… better names - fixes #171

Description

Deprecated old names of the scalar missingness summaries in favour of better names

Related Issue

#171

Example

> library(naniar)
> miss_case_pct(airquality)
[1] 27.45098
Warning messages:
1: 'miss_case_pct' is deprecated.
Use 'pct_miss_case' instead.
See help("Deprecated") 
2: 'miss_case_prop' is deprecated.
Use 'prop_miss_case' instead.
See help("Deprecated") 
> pct_miss_case(airquality)
[1] 27.45098

Tests

Yup!

NEWS + DESCRIPTION

These have been bumped and updated

@njtierney njtierney merged commit ac457f5 into master Jul 30, 2018
@njtierney njtierney deleted the namechange-pct-miss-var branch July 30, 2018 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alternative names for miss_var_pct and friends (AKA naming things is hard)
1 participant