Skip to content

Commit 15ef757

Browse files
committed
Deploying to gh-pages from @ 791f203 🚀
1 parent 063a8ce commit 15ef757

97 files changed

Lines changed: 103 additions & 107 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.

LICENSE.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.

articles/aw_interpolation.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.

articles/benchmark.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.

articles/duckspatial.html

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

articles/duckspatial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ print(countries_ddbs)
6969
#> # Data backed by DuckDB (dbplyr lazy evaluation)
7070
#> # Use ddbs_collect() or st_as_sf() to materialize to sf
7171
#> #
72-
#> # Source: table<temp_view_957b7ef2_9546_47b6_87f5_b6e60fd59f9b> [?? x 8]
72+
#> # Source: table<temp_view_394bda40_60ac_4eff_a704_e235eff96d6b> [?? x 8]
7373
#> # Database: DuckDB 1.5.1 [unknown@Linux 6.17.0-1008-azure:R 4.5.3/:memory:]
7474
#> OGC_FID CNTR_ID NAME_ENGL ISO3_CODE CNTR_NAME FID date geom
7575
#> <dbl> <chr> <chr> <chr> <chr> <chr> <date> <wk_>
@@ -162,7 +162,7 @@ countries_ddbs |>
162162
#> # Data backed by DuckDB (dbplyr lazy evaluation)
163163
#> # Use ddbs_collect() or st_as_sf() to materialize to sf
164164
#> #
165-
#> # Source: table<temp_view_3343cd07_8284_4851_9fc3_4af478d2731a> [?? x 8]
165+
#> # Source: table<temp_view_79d13295_f304_4d87_bd9f_4a0b096ae6a1> [?? x 8]
166166
#> # Database: DuckDB 1.5.1 [unknown@Linux 6.17.0-1008-azure:R 4.5.3/:memory:]
167167
#> CNTR_ID NAME_ENGL ISO3_CODE CNTR_NAME FID date is_valid geometry
168168
#> <chr> <chr> <chr> <chr> <chr> <date> <lgl> <wk_wkb>
@@ -189,7 +189,7 @@ print(world_ddbs)
189189
#> # Data backed by DuckDB (dbplyr lazy evaluation)
190190
#> # Use ddbs_collect() or st_as_sf() to materialize to sf
191191
#> #
192-
#> # Source: table<temp_view_8a5aba4e_dd69_471a_bb4c_043e772270c0> [?? x 1]
192+
#> # Source: table<temp_view_d411a0f6_967e_4600_8078_6c6ba50564ee> [?? x 1]
193193
#> # Database: DuckDB 1.5.1 [unknown@Linux 6.17.0-1008-azure:R 4.5.3/:memory:]
194194
#> geometry
195195
#> <wk_wkb>
@@ -313,7 +313,7 @@ ddbs_is_valid("countries", conn = conn) |>
313313
#> # Data backed by DuckDB (dbplyr lazy evaluation)
314314
#> # Use ddbs_collect() or st_as_sf() to materialize to sf
315315
#> #
316-
#> # Source: table<temp_view_4a4ba318_86ef_43f7_9bec_55d1291e6dea> [?? x 8]
316+
#> # Source: table<temp_view_3da1ed50_1f5e_4205_a01a_34f4dd9af160> [?? x 8]
317317
#> # Database: DuckDB 1.5.1 [unknown@Linux 6.17.0-1008-azure:R 4.5.3/:memory:]
318318
#> CNTR_ID NAME_ENGL ISO3_CODE CNTR_NAME FID date is_valid geometry
319319
#> <chr> <chr> <chr> <chr> <chr> <date> <lgl> <wk_wkb>

articles/spatial_joins.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.

authors.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.

authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Citation
1515

1616
Source:
17-
[`DESCRIPTION`](https://github.com/Cidree/duckspatial/blob/main/DESCRIPTION)
17+
[`DESCRIPTION`](https://github.com/Cidree/duckspatial/blob/v1.0.0/DESCRIPTION)
1818

1919
Cidre González A, Kotov E, Pereira R (2026). *duckspatial: R Interface
2020
to 'DuckDB' Database with Spatial Extension*. R package version 1.0.0,

news/index.html

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

news/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
## duckspatial 1.0.0
44

5-
Learn more about this version
6-
[here](https://adrian-cidre.com/posts/015_duckspatial_v100/).
7-
85
### MAJOR CHANGES
96

107
- `duckspatial_df` becomes the main class of `duckspatial`. It

0 commit comments

Comments
 (0)