-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
The following code crashes R:
require(dplyr)
df <- data.frame(x = 1:3)
df$y <- list(1:2, 1:3, 1:4)
group_by(df,y)
R version 3.0.2 (2013-09-25)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] dplyr_0.1.2
loaded via a namespace (and not attached):
[1] assertthat_0.1 Rcpp_0.11.0 tools_3.0.2 Metadata
Metadata
Assignees
Labels
No labels