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

prop_miss_case() bug? #232

Closed
earowang opened this issue Jun 6, 2019 · 2 comments
Closed

prop_miss_case() bug? #232

earowang opened this issue Jun 6, 2019 · 2 comments
Labels

Comments

@earowang
Copy link

earowang commented Jun 6, 2019

1?

naniar::prop_miss_case(tibble::tibble(x = NA))
#> Registered S3 methods overwritten by 'ggplot2':
#>   method         from 
#>   [.quosures     rlang
#>   c.quosures     rlang
#>   print.quosures rlang
#> [1] 0

Created on 2019-06-06 by the reprex package (v0.3.0)

@njtierney
Copy link
Owner

Current behaviour

naniar::prop_miss_case(tibble::tibble(x = NA))
#> [1] 1

Created on 2019-10-21 by the reprex package (v0.3.0)

@njtierney
Copy link
Owner

Closed in #239

Thanks for your help, @earowang !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants