Skip to content

Commit

Permalink
no need to print null
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Aug 8, 2024
1 parent 2b6a6c7 commit 6f1e345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/runSimulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,7 @@ summary.SimDesign <- function(object, ...){
ret$error_seeds <- NULL
ret$warning_seeds <- NULL
ret$summarise_list <- NULL
ret <- ret[!sapply(ret, is.null)]
ret
}

Expand Down

0 comments on commit 6f1e345

Please sign in to comment.