Skip to content

Commit c1ba7e2

Browse files
committed
update pkgdown
1 parent 4b0671e commit c1ba7e2

12 files changed

Lines changed: 22 additions & 17 deletions

docs/articles/nodbi-overview.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/nodbi-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ if (require(tibble)) {
166166
#> # A tibble: 2 × 5
167167
#> `_id` destination_addresses origin_addresses rows status
168168
#> <chr> <list> <list> <lis> <chr>
169-
#> 1 5b352d78-0f36-11f1-9ec0-6… <chr [3]> <chr [2]> <df> OK
170-
#> 2 5b352d82-0f36-11f1-9ec0-6… <chr [3]> <chr [1]> <df> OK
169+
#> 1 0c029e0c-3b00-11f1-84ea-6… <chr [3]> <chr [2]> <df> OK
170+
#> 2 0c029e0d-3b00-11f1-84ea-6… <chr [3]> <chr [1]> <df> OK
171171
```
172172

173173
## docdb_query

docs/news/index.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## nodbi 0.14.0.9000
44

5-
- development version
5+
- provide user option `jsonlite.pagesize` for
6+
`jsonlite::stream_{in,out}()`
7+
- increase default value of `pagesize` for `jsonlite::stream_{in,out}()`
68

79
## nodbi 0.14.0
810

docs/pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
pandoc: '3.9'
1+
pandoc: 3.9.0.2
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
nodbi-overview: nodbi-overview.html
6-
last_built: 2026-02-21T15:02Z
6+
last_built: 2026-04-18T08:24Z
77
urls:
88
reference: https://docs.ropensci.org/nodbi/reference
99
article: https://docs.ropensci.org/nodbi/articles

docs/reference/docdb_query.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/docdb_query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Get documents or parts with filtering query
22

33
Complements the databases' native query and filtering functions by using
4-
[`jqr::jqr()`](https://docs.ropensci.org/jqr/reference/jqr.html). If
4+
[`jqr::jq()`](https://docs.ropensci.org/jqr/reference/jq.html). If
55
`query = "{}"` and neither `fields` nor `listfields` is specified, runs
66
[`docdb_get()`](https://docs.ropensci.org/nodbi/reference/docdb_get.md).
77

docs/reference/docdb_update.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/docdb_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SQLite (`jsonb_update()`), DuckDB (`jsonb_merge_patch()`), Elasticsearch
6262
([`elastic::docs_bulk_update()`](https://rfhb.github.io/elastic/reference/docs_bulk_update.html));
6363
a `plpgsql` function added when calling
6464
[`src_postgres()`](https://docs.ropensci.org/nodbi/reference/src_postgres.md),
65-
and a [`jqr::jqr()`](https://docs.ropensci.org/jqr/reference/jqr.html)
65+
and a [`jqr::jq()`](https://docs.ropensci.org/jqr/reference/jq.html)
6666
programme for CouchDB.
6767

6868
## Examples

docs/reference/src_couchdb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)