Skip to content

Commit 57f197d

Browse files
committed
fix typo causing argument misalignment
1 parent 3667737 commit 57f197d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/fortify-spatial.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ fortify.Lines <- function(model, data, ...) {
146146
#' @method fortify Line
147147
fortify.Line <- function(model, data, ...) {
148148
deprecate(
149-
"3.4.4", escalate = "warn",,
149+
"3.4.4", escalate = "warn",
150150
I("`fortify(<Line>)`"),
151151
details = "Please migrate to sf."
152152
)

0 commit comments

Comments
 (0)