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
Are you expecting this? It's platform-specific, this is for the M1, Linux is different IIRC.
jsonlite::toJSON(-0x0p+0) #> [-0] -0x0p+0 == 0 #> [1] TRUE
Created on 2024-02-03 with reprex v2.1.0
The text was updated successfully, but these errors were encountered:
I guess technically this is not incorrect? It seems to retain the sign, even when R's print() does not:
print()
> jsonlite::toJSON(-0) ## [-0] > jsonlite::toJSON(0) ## [0]
Sorry, something went wrong.
Sure, but is it consistent across platforms? Might be worth adding a test.
No branches or pull requests
Are you expecting this? It's platform-specific, this is for the M1, Linux is different IIRC.
Created on 2024-02-03 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: