diff --git a/NEWS.md b/NEWS.md index af173ee..4601c34 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# DSSM 26.03.2 + +## Updates +- Refactored the summarise() call in findDuplicates() to remove the deprecated unnamed column expression, fixing compatibility with recent dplyr versions. + # DSSM 26.03.1 ## Updates diff --git a/R/01-estimateMap.R b/R/01-estimateMap.R index 7c1c388..b11dc73 100644 --- a/R/01-estimateMap.R +++ b/R/01-estimateMap.R @@ -1677,7 +1677,7 @@ modelLocalTempAvg <- function(data, K, KT, iter, burnin, independent, showMessage( MCMC_LocalTempAvg, msg = msg, - detail = paste0("Chain ", nChains), + detail = paste0("Chain ", nChains, ", Chunk ", k, "/10"), value = k / 10)( start = j, iter = j + iter / 10 - 1 )