Skip to content

Commit e6547c8

Browse files
author
Eric Weine
committed
changed cat to message
1 parent 00f5f75 commit e6547c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/fit.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ fit_glmpca_pois_main_loop <- function (LL, FF, Y, fixed_l, fixed_f,
339339
loglik_const = loglik_const,
340340
verbose = verbose)
341341
if (!res$convergence)
342-
cat(sprintf(paste("Note that the specified convergence criteria was not",
342+
message(sprintf(paste("Note that the specified convergence criteria was not",
343343
"met within %d iterations."),
344344
control$maxiter))
345345

0 commit comments

Comments
 (0)