Skip to content

Commit b08b1a4

Browse files
committed
Deploying to gh-pages from @ eca1966 🚀
1 parent 43f75d2 commit b08b1a4

48 files changed

Lines changed: 177 additions & 162 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/examples_files/reactable 1i3kzw9 8v5vll i6cgg8 8dii1e 4gt6he 6m0y0a-1/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Author: Greg Lin [aut, cre],
5353
James Halliday [ctb, cph] (stream-browserify library),
5454
Posit Software, PBC [fnd, cph]
5555
Maintainer: Greg Lin <glin@glin.io>
56-
Built: R 4.5.1; ; 2025-09-06 03:03:29 UTC; unix
56+
Built: R 4.5.1; ; 2025-09-07 22:46:39 UTC; unix
Binary file not shown.

articles/examples_files/reactable 1i3kzw9 8v5vll i6cgg8 8dii1e 4gt6he 6m0y0a-1/NEWS.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@
3333
([#322](https://github.com/glin/reactable/issues/322))
3434
* JSON serialization of data can now be customized using the `reactable.json.func` option. This is an experimental feature for advanced use only, and intentionally undocumented outside of NEWS. reactable may change how data is serialized between versions and does not guarantee stability. See `reactable:::toJSON` as a reference for how data is currently serialized. (@khusmann, [#415](https://github.com/glin/reactable/issues/415))
3535

36-
Example usage:
37-
```r
38-
# Use yyjsonr as a faster alternative for JSON serialization. Note that this is not 1:1 consistent with
39-
# jsonlite, and several edge cases are not handled here, including data frames with 1 row, datetimes, and NULLs.
40-
options(reactable.json.func = function(x, ...) {
41-
result <- yyjsonr::write_json_str(
42-
x,
43-
opts = yyjsonr::opts_write_json(
44-
dataframe = "columns",
45-
auto_unbox = TRUE,
46-
num_specials = "string"
47-
)
36+
Example usage:
37+
```r
38+
# Use yyjsonr as a faster alternative for JSON serialization. Note that this is not 1:1 consistent with
39+
# jsonlite, and several edge cases are not handled here, including data frames with 1 row, datetimes, and NULLs.
40+
options(reactable.json.func = function(x, ...) {
41+
result <- yyjsonr::write_json_str(
42+
x,
43+
opts = yyjsonr::opts_write_json(
44+
dataframe = "columns",
45+
auto_unbox = TRUE,
46+
num_specials = "string"
4847
)
49-
class(result) <- "json"
50-
result
51-
})
52-
```
48+
)
49+
class(result) <- "json"
50+
result
51+
})
52+
```
5353

5454
## Minor improvements and bug fixes
5555

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/examples_files/reactable 1yuake7 1tk1va 11e56zp mnmdts-1/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Author: Greg Lin [aut, cre],
5353
James Halliday [ctb, cph] (stream-browserify library),
5454
Posit Software, PBC [fnd, cph]
5555
Maintainer: Greg Lin <glin@glin.io>
56-
Built: R 4.5.1; ; 2025-09-06 03:03:29 UTC; unix
56+
Built: R 4.5.1; ; 2025-09-07 22:46:39 UTC; unix
Binary file not shown.

articles/examples_files/reactable 1yuake7 1tk1va 11e56zp mnmdts-1/NEWS.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@
3333
([#322](https://github.com/glin/reactable/issues/322))
3434
* JSON serialization of data can now be customized using the `reactable.json.func` option. This is an experimental feature for advanced use only, and intentionally undocumented outside of NEWS. reactable may change how data is serialized between versions and does not guarantee stability. See `reactable:::toJSON` as a reference for how data is currently serialized. (@khusmann, [#415](https://github.com/glin/reactable/issues/415))
3535

36-
Example usage:
37-
```r
38-
# Use yyjsonr as a faster alternative for JSON serialization. Note that this is not 1:1 consistent with
39-
# jsonlite, and several edge cases are not handled here, including data frames with 1 row, datetimes, and NULLs.
40-
options(reactable.json.func = function(x, ...) {
41-
result <- yyjsonr::write_json_str(
42-
x,
43-
opts = yyjsonr::opts_write_json(
44-
dataframe = "columns",
45-
auto_unbox = TRUE,
46-
num_specials = "string"
47-
)
36+
Example usage:
37+
```r
38+
# Use yyjsonr as a faster alternative for JSON serialization. Note that this is not 1:1 consistent with
39+
# jsonlite, and several edge cases are not handled here, including data frames with 1 row, datetimes, and NULLs.
40+
options(reactable.json.func = function(x, ...) {
41+
result <- yyjsonr::write_json_str(
42+
x,
43+
opts = yyjsonr::opts_write_json(
44+
dataframe = "columns",
45+
auto_unbox = TRUE,
46+
num_specials = "string"
4847
)
49-
class(result) <- "json"
50-
result
51-
})
52-
```
48+
)
49+
class(result) <- "json"
50+
result
51+
})
52+
```
5353

5454
## Minor improvements and bug fixes
5555

0 commit comments

Comments
 (0)