Skip to content

Commit 1123f7f

Browse files
committed
update
1 parent 9d8e22d commit 1123f7f

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Collate:
4444
geod.R
4545
wkt.R
4646
wrap_x.R
47-
RoxygenNote: 7.3.2
47+
RoxygenNote: 7.3.3

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ S3method(st_minimum_bounding_circle,sfc)
1515
S3method(st_minimum_bounding_circle,sfg)
1616
S3method(st_minimum_bounding_radius,sf)
1717
S3method(st_minimum_bounding_radius,sfc)
18+
S3method(st_minimum_bounding_radius,sfg)
1819
S3method(st_snap_to_grid,sf)
1920
S3method(st_snap_to_grid,sfc)
2021
S3method(st_snap_to_grid,sfg)

man/bounding_circle.Rd

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

tests/testthat.Rout.save

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
R version 4.3.2 (2023-10-31) -- "Eye Holes"
3-
Copyright (C) 2023 The R Foundation for Statistical Computing
4-
Platform: x86_64-pc-linux-gnu (64-bit)
2+
R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
3+
Copyright (C) 2025 The R Foundation for Statistical Computing
4+
Platform: x86_64-pc-linux-gnu
55

66
R is free software and comes with ABSOLUTELY NO WARRANTY.
77
You are welcome to redistribute it under certain conditions.
@@ -20,8 +20,8 @@ Type 'q()' to quit R.
2020
> suppressPackageStartupMessages(library(lwgeom))
2121
>
2222
> test_check("lwgeom")
23-
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 61 ]
23+
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 70 ]
2424
>
2525
> proc.time()
2626
user system elapsed
27-
1.110 1.293 0.896
27+
1.057 1.415 0.976

0 commit comments

Comments
 (0)