From 44e418f838c5045fab266b1babb9cf60deeb99bc Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Fri, 11 Aug 2023 16:22:45 +0200 Subject: [PATCH] Improved printing (#25) --- R/indMix.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/indMix.R b/R/indMix.R index 16302be..8008f6a 100644 --- a/R/indMix.R +++ b/R/indMix.R @@ -133,7 +133,7 @@ indMix <- function(c, npops, counts = NULL, sumcounts = NULL, max_iter = 100L, d muutoksia <- 0 if (dispText) { - message(paste("Performing steps:", as.character(roundTypes))) + message("Performing steps: ", paste(roundTypes, collapse = " ")) } for (n in seq_along(roundTypes)) {