diff --git a/R/simulate.r b/R/simulate.r index d9e2cb44..dfc7ac90 100644 --- a/R/simulate.r +++ b/R/simulate.r @@ -398,7 +398,7 @@ simulate_summary <- function(nchains, statistic = c("size", "length"), statistic = statistic, stat_max = stat_max, intvn_mean_reduction = intvn_mean_reduction - ) + ) return(out) } @@ -625,6 +625,6 @@ simulate_tree_from_pop <- function(pop, stat_max = NULL, intvn_mean_reduction = intvn_mean_reduction, track_pop = TRUE - ) + ) return(out) }