Skip to content

Commit 22ee1aa

Browse files
e-kotovCopilot
andauthored
Update R/inspire_grid.R
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 64cd25a commit 22ee1aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/inspire_grid.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,9 @@ inspire_grid_from_extent <- function(
538538
}
539539

540540
# --- 3. RASTER PATH (SEQUENTIAL ONLY) ---
541-
# --- 3. RASTER PATH ---
542541
if (output_type == "spatraster") {
543542
if (!requireNamespace("terra", quietly = TRUE)) {
543+
stop(
544544
stop(
545545
"Package 'terra' is required for 'spatraster' output.",
546546
call. = FALSE

0 commit comments

Comments
 (0)