You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ If `**/data` is a scalar, `**/names` should have length 1.
70
70
71
71
<details>
72
72
<summary>Changes from previous versions</summary>
73
+
73
74
In version 1.0, it was possible to have `uzuki_type` set to `"date"` or `"date-time"`.
74
75
This is the same as `uzuki_type` of `"string"` with `**/format` set to `"date"` or `"date-time"`.
75
76
</details>
@@ -86,6 +87,7 @@ which distinguishes it from a non-missing "not-a-number" value.
86
87
87
88
<details>
88
89
<summary>Changes from previous versions</summary>
90
+
89
91
In version 1.0, integer or boolean values of -2147483648 were treated as missing.
90
92
91
93
In version 1.0, missing floats were represented by [R's NA representation](https://github.com/wch/r-source/blob/869e0f734dc4971c420cf417f5e0d18c0974a5af/src/main/arithmetic.c#L90-L98).
@@ -113,6 +115,7 @@ This should be interpreted as a boolean where a non-zero value specifies that we
113
115
114
116
<details>
115
117
<summary>Changes from previous versions</summary>
118
+
116
119
In version 1.0, it was possible to have `uzuki_type` set to `"ordered"`.
117
120
This is the same as `uzuki_type` of `"factor"` with the `**/ordered` dataset set to a truthy value.
118
121
</details>
@@ -185,6 +188,7 @@ While R makes no distinction between scalars and length-1 vectors, this may be u
185
188
186
189
<details>
187
190
<summary>Changes from previous versions</summary>
191
+
188
192
In version 1.0, it was possible to have `type` set to `"date"` or `"date-time"`.
189
193
This is the same as `"type": "string"` with `format` set to `"date"` or `"date-time"`.
190
194
@@ -207,6 +211,7 @@ A factor is represented as a JSON object with the following properties:
207
211
208
212
<details>
209
213
<summary>Changes from previous versions</summary>
214
+
210
215
In version 1.0, it was possible to have `"type": "ordered"`.
211
216
This is the same as `"type": "factor"` with `"ordered": true`.
0 commit comments