-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot pass empty grouping_mark to locale() #26
Comments
The issue is caused by passing an empty |
This is resolved by passing ♥ as grouping_mark: a non-empty, unlikely to occur value, see 26e7482:
@damianooldoni please provide feedback? Should we revisit this when readr allows |
Ok, I'm getting:
Suggestions for other characters? |
I give it a look now |
I agree to give a non usual character for grouping mark, but still I would choose it within the characters you can find on a normak keyboard 😄 And what if a user specifies "~" as decimal mark, but no grouping mark? Then set "," as grouping mark instead, I would say. |
Thanks, I have opted for
Setting |
Correction, that was also extended ASCII. Now opted for backtick. Ideally, this should be reverted back to |
Since the upgrade to readr 2.0.0 (or maybe other packages), the
integer
andnumber
tests fail, specifically on the propertybareNumber
:https://github.com/inbo/datapackage/blob/a195f686a86b46b6042966db69c3cc5ee2c7c237/tests/testthat/types.json#L70
The moment that property is added in the JSON file (whether true or false) it stalls any reading of the file. I haven't figured out why. bareNumber is handled here:
https://github.com/inbo/datapackage/blob/a195f686a86b46b6042966db69c3cc5ee2c7c237/R/read_resource.R#L337
The text was updated successfully, but these errors were encountered: