Skip to content

Commit

Permalink
namespace targets::tar_format
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Mar 12, 2024
1 parent d70717b commit ef13606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tar-terra-vect.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tar_terra_vect <- function(name,
tidy_eval = tidy_eval
)

format_terra_shapefile_zip <- tar_format(
format_terra_shapefile_zip <- targets::tar_format(
read = function(path) terra::vect(paste0("/vsizip/{", path, "}")),
write = function(object, path) {
terra::writeVector(
Expand Down

0 comments on commit ef13606

Please sign in to comment.