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
bug

Comments

@earowang
Copy link

@earowang 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

@njtierney njtierney commented Oct 20, 2019

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

@njtierney njtierney commented Oct 21, 2019

Closed in #239

Thanks for your help, @earowang !

@njtierney njtierney closed this Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.