Skip to content

Commit 1bacc77

Browse files
committed
global binding note
1 parent b970743 commit 1bacc77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/dplyr_methods.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ pull.SummarizedExperiment <- function(.data, var=-1, name=NULL, ...) {
880880
group_split.SummarizedExperiment <- function(.tbl, ..., .keep = TRUE) {
881881

882882
var_list <- enquos(...)
883+
data_nested <- NULL
883884

884885
.tbl |>
885886
mutate(!!!var_list) |>

0 commit comments

Comments
 (0)