Skip to content

Commit

Permalink
summarise_draws: assign output class #47
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Nov 13, 2019
1 parent 3ea428d commit 6cb1309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/summarise_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ summarise_draws.draws <- function(x,
}
out$variable <- variables
out <- move_to_start(out, "variable")
class(out) <- c("draws_summary", class(out))
out
}

Expand Down

0 comments on commit 6cb1309

Please sign in to comment.