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
I am using dplyr 0.1.1 on R 3.0.2 on MacOS Mavericks.
What you see below crashes on the 'group_by' command, either that I converted the SCHEDULED_OFF column to a full timestamp or to date only, as in the example.
dplyr does not handle data frames with POSIXlt columns. we need to make this more explicit by giving warnings instead of crashing like that.
@giacecco for future reference, please do the exercise of creating reproducible example. I guess you can easily reproduce the crash without your data set, but with a few lines of generated data.
I am using dplyr 0.1.1 on R 3.0.2 on MacOS Mavericks.
What you see below crashes on the 'group_by' command, either that I converted the SCHEDULED_OFF column to a full timestamp or to date only, as in the example.
The input dataset is > 600k rows. I am sorry I am not authorised to share it
Giacecco
The text was updated successfully, but these errors were encountered: