diff --git a/R/predict_inla.R b/R/predict_inla.R index bd79763..3e4d9a2 100644 --- a/R/predict_inla.R +++ b/R/predict_inla.R @@ -263,6 +263,7 @@ fit_inla_model <- function(df, mdl <- INLA::inla(formula = formula, data = x, control.predictor = control.predictor, + verbose = TRUE, ...) predict_inla_data(x, mdl, diff --git a/R/predict_inla_avg_trend.R b/R/predict_inla_avg_trend.R index 83ba991..f70f394 100644 --- a/R/predict_inla_avg_trend.R +++ b/R/predict_inla_avg_trend.R @@ -270,6 +270,7 @@ fit_inla_average_model <- function(df, mdl <- INLA::inla(formula = formula, data = x, control.predictor = control.predictor, + verbose = TRUE, ...) predict_inla_data(x, mdl,