Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 24, 2024
1 parent 3c123e8 commit 27c8dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data_arrange.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ data_arrange.grouped_df <- function(data, select = NULL, by = NULL, safe = TRUE,
by <- colnames(group_variables)
}
# remember attributes
info <- attributes(x)
info <- attributes(data)
out <- data_arrange.default(data = data, select = select, by = by, safe = safe, ...)

# set back class, so data frame still works with dplyr
Expand Down

0 comments on commit 27c8dfb

Please sign in to comment.