Skip to content

Commit deb4c50

Browse files
committed
Revert stat_summary grouping. Fixes #739 and #732
1 parent 8f7c348 commit deb4c50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/stat-summary.r

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ StatSummary <- proto(Stat, {
136136
}
137137
}
138138

139-
# Each x location should be in a separate group
140-
data$group <- as.integer(interaction(data$group, data$x))
141-
142139
summarise_by_x(data, fun, ...)
143140
}
144141

0 commit comments

Comments
 (0)