Skip to content

Commit

Permalink
trickery
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Nov 14, 2024
1 parent b32b7a9 commit f323a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/SimSolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ SimSolve <- function(design, interval, b, generate, analyse, summarise,
tab <- .SIMDENV$stored_history[!sapply(.SIMDENV$stored_history, is.null)]
if(ReturnSimSolveInternals) return(tab)
attr(roots[[i]], 'stored_tab') <- if(integer) reduceTable(tab) else tab
if(verbose){
if(verbose > 0 && verbose < 2){
cat("\r")
tmp <- as.data.frame(design[i,])
cat(sprintf(paste0("\nSolution for %s: %", if(integer) ".1f" else ".3f"),
Expand Down

0 comments on commit f323a7c

Please sign in to comment.