-
Notifications
You must be signed in to change notification settings - Fork 70
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
NAs in pluralize vector cause values to not display correctly #717
Comments
Seems like this is expected behavior, the underlying cause appears to be in Lines 152 to 163 in 2ddcc1a
Seems undesirable to me, but maybe this behavior is necessary elsewhere outside of |
If the "pluralizing quantity" is a character vector, then the length of the vector is used. E.g. to be able to write:
It does not matter if the character vector contains NA elements or not:
|
The difference seems to be between |
See the following reprex:
Created on 2024-08-15 with reprex v2.1.1
I believe the expected behavior should be to have the vector displayed as is with the included
NA
s.The text was updated successfully, but these errors were encountered: