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

Multiple variable statistics throws error in the presence of NA #33

Closed
aravindhebbali opened this issue Mar 8, 2018 · 0 comments
Closed
Assignees
Labels
bug
Projects

Comments

@aravindhebbali
Copy link
Member

@aravindhebbali aravindhebbali commented Mar 8, 2018

ds_multi_stats() throws an error in the presence of missing values.

library(descriptr)
mt <- mtcarz
mt[c(3, 6, 9, 12), c(2, 3, 5, 6, 8, 10)] <- NA
ds_multi_stats(mt, disp, hp, mpg)
#> Error in summarise_impl(.data, dots): Evaluation error: missing values and NaN's not allowed if 'na.rm' is FALSE.
@aravindhebbali aravindhebbali added the bug label Mar 8, 2018
@aravindhebbali aravindhebbali added this to the 0.4.1 milestone Mar 8, 2018
@aravindhebbali aravindhebbali self-assigned this Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
0.4.1
  
Awaiting triage
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.