diff --git a/R/BayesianCore.R b/R/BayesianCore.R index 02a4a7b..fc7c504 100644 --- a/R/BayesianCore.R +++ b/R/BayesianCore.R @@ -1285,7 +1285,7 @@ BGLR <- function(y, response_type = "gaussian", a = NULL, b = NULL, ETA = NULL, } pb <- progress::progress_bar$new(format = "Fitting the model [:bar] :percent; Time remaining: :eta", - total = nIter/20L, clear = FALSE, ) + total = nIter/20L, clear = FALSE) # Gibbs sampler #time = proc.time()[3]