Skip to content

Commit 7472a21

Browse files
committed
fit to CRAN lwgeom
1 parent 2a89741 commit 7472a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-measures.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ st_perimeter = function(x, ...) {
128128
if (!requireNamespace("lwgeom", quietly = TRUE))
129129
stop("package lwgeom required, please install it first")
130130
# note that units are handled appropriately by lwgeom
131-
lwgeom::st_perimeter_lwgeom(x)
131+
lwgeom::st_perimeter(x)
132132
}
133133
}
134134

0 commit comments

Comments
 (0)