Skip to content

Commit

Permalink
add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
geryan committed Dec 15, 2024
1 parent aee3a4d commit 846cea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calculate_travel_time.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ calculate_travel_time <- function(
}

if("SpatVector" %in% class(points)){
points <- geom(points)[,c("x", "y")]
points <- terra::geom(points)[,c("x", "y")]
}


Expand Down

0 comments on commit 846cea5

Please sign in to comment.