Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/01-estimateMap.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down