Improved printing (#25)

This commit is contained in:
Waldir Leoncio 2023-08-11 16:22:45 +02:00
parent 177685b6a2
commit 44e418f838

View file

@ -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)) {