Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tidyverse/dplyr
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Jun 27, 2019
2 parents fee253d + 9a99bf8 commit da0a60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tbl-cube.r
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ summarise.tbl_cube <- function(.data, ...) {

# Loop over each group
for (i in seq_len(nrow(slices))) {
index <- as_list(slices[i, , drop = FALSE])
index <- as.list(slices[i, , drop = FALSE])
mets <- map(
.data$mets, subs_index,
i = .data$groups, val = index,
Expand Down

0 comments on commit da0a60c

Please sign in to comment.