-
Notifications
You must be signed in to change notification settings - Fork 41
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
nist_ri() fails #391
Comments
I can work on this if you want. I should have some time this week |
The new syntax is something like mutate(across(everything(), ~na_if(., ""))) |
Hi, |
Yeah, |
Many thanks @ethanbass all NIST tests pass with your suggestion! I'll fix the rest of the tests and open the PR. |
While fixing another issue I realised that NIST tests fail. I think
nist_ri()
throws the error at line 370 in nist.R:dplyr::mutate_all(~ na_if(., ""))
. I see thatdplyr::mutate_all()
is superseded, I'm wondering if that might cause the problem? I'm going to fix this along with some other issues in a single PR (because I have to get all tests working).If anyone knows a quick fix for this please let me know so I can fix it faster. Thanks :)
Reprex:
Created on 2023-04-24 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: