Skip to content

Commit 73c02e5

Browse files
committed
add quiet to message
1 parent f80a4c1 commit 73c02e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ENMevaluate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ ENMevaluate <- function(occs, envs = NULL, bg = NULL, tune.args = NULL,
752752
levels(envs[[categoricals[i]]]) <- lev.df[[1]]
753753
}
754754
}
755-
message("Making model prediction rasters...")
755+
if(quiet != TRUE) message("Making model prediction rasters...")
756756
mod.full.pred.all <- terra::rast(lapply(results, f))
757757
names(mod.full.pred.all) <- tune.names
758758
}else{

0 commit comments

Comments
 (0)