Skip to content

Commit 48383cb

Browse files
committed
resolve 2 CRAN NOTEs
1 parent 5005187 commit 48383cb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

R/read.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ set_utf8 = function(x) {
6464
#' \url{https://gdal.org/en/latest/development/rfc/rfc41_multiple_geometry_fields.html}
6565
#'
6666
#' for values for \code{type} see
67-
#' \url{https://en.wikipedia.org/wiki/Well-known_text#Well-known_binary}, but
68-
#' note that not every target value may lead to successful conversion. The
67+
#' \url{https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Well-known_binary},
68+
#' but note that not every target value may lead to successful conversion. The
6969
#' typical conversion from POLYGON (3) to MULTIPOLYGON (6) should work; the
7070
#' other way around (type=3), secondary rings from MULTIPOLYGONS may be dropped
7171
#' without warnings. \code{promote_to_multi} is handled on a per-geometry column

man/st_read.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/sfc.Rout.save

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

2-
R Under development (unstable) (2025-11-05 r88988 ucrt) -- "Unsuffered Consequences"
2+
R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
33
Copyright (C) 2025 The R Foundation for Statistical Computing
4-
Platform: x86_64-w64-mingw32/x64
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.
@@ -348,7 +348,7 @@ use `st_zm(...)` to coerce to XY dimensions
348348
> ## IGNORE_RDIFF_BEGIN
349349
> sf_extSoftVersion()[1:3]
350350
GEOS GDAL proj.4
351-
"3.13.1" "3.11.4" "9.7.0"
351+
"3.12.2" "3.11.4" "9.4.1"
352352
> ## IGNORE_RDIFF_END
353353
>
354354
> # Ops.sfc:
@@ -1144,4 +1144,4 @@ Geodetic CRS: WGS 84
11441144
>
11451145
> proc.time()
11461146
user system elapsed
1147-
6.96 0.56 7.51
1147+
5.480 1.465 5.555

0 commit comments

Comments
 (0)