Skip to content

Commit

Permalink
Use list_unchop()
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Nov 8, 2022
1 parent 6d7042d commit f22d33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Imports:
grid,
gtable,
scales,
vctrs,
vctrs (>= 0.5.0),
rlang,
lifecycle,
stats,
Expand Down
2 changes: 1 addition & 1 deletion R/facetted_pos_scales.R
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ finish_data_individual <- function(data, layout, x_scales, y_scales, params) {
}
dat
})
data <- vec_unchop(panels, idx)
data <- list_unchop(panels, indices = idx)
data
}

Expand Down

0 comments on commit f22d33f

Please sign in to comment.