We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should probably return NA instead
htmltools::parseCssColors(NA)
Error in substring(u, so, so + ml - 1L) : invalid substring arguments
htmltools::parseCssColors(c("red", NA))
The text was updated successfully, but these errors were encountered:
parseCssColors(): treat incoming NAs as an invalid color specificatio…
2f52a8e
…n (instead of throwing with an unintelligible error. Closes #161
adb0bed
Successfully merging a pull request may close this issue.
It should probably return NA instead
The text was updated successfully, but these errors were encountered: