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 believe this issue is similar to resolved issue #390.
When using dplyr::group_by on a data frame containing a variable of class yearmon (zoo package), then I get: Error: column 'yearMon' has unsupported type : yearmon
This occurs irrespective of whether the variable with class yearmon is one of the variables on which the data is to be grouped. I would also like to be able to group_by other variables with classes as defined by the zoo package (e.g., yearmon, yearqtr, etc.).
I believe this issue is similar to resolved issue #390.
When using dplyr::group_by on a data frame containing a variable of class yearmon (zoo package), then I get:
Error: column 'yearMon' has unsupported type : yearmon
This occurs irrespective of whether the variable with class yearmon is one of the variables on which the data is to be grouped. I would also like to be able to group_by other variables with classes as defined by the zoo package (e.g., yearmon, yearqtr, etc.).
Please see minimum reproducible example:
My environment (yes, I'm using a fairly old unstable build).
The text was updated successfully, but these errors were encountered: