You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The object 'data' is a list where each element is a data.frame with 22 columns. Each data.frame in the list was produced by reading a delimited file using fread and passing this list of column classes:
class = c(rep('character', 4), rep('integer', 8), rep('numeric', 4), rep('integer', 6))
This same code runs fine on dplyr_0.2. Upgrading dplyr surfaced this issue.
I am running dplyr_0.3.0.2 and R v 3.1.2 on Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-69-generic x86_64).
rbind_all applied to a list of data frames with special columns like in
results in a segfault:
This could be related to #459.
The text was updated successfully, but these errors were encountered: