Skip to content

Commit

Permalink
Give warning for long operations with Barreto2023
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Sep 19, 2023
1 parent 98e17f5 commit 03cd05d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/region_series.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ region_series <-
time_bp <- check_time_vars(time_bp = time_bp, time_ce = time_ce)

check_dataset_path(dataset = dataset, path_to_nc = path_to_nc)

if (dataset=="Barreto2023"){
message("This is a large dataset, it might take a while...")
}

if (!is.null(ext)){
if(!any(inherits(ext,"SpatExtent"),
Expand Down

0 comments on commit 03cd05d

Please sign in to comment.