markvanderloo / simputation

Making imputation easy
GNU General Public License v3.0
91 stars 11 forks source link

Fix dplyr groups #41

Closed reijeridema closed 8 months ago

reijeridema commented 8 months ago

Due to a change in the implementation of dplyr groups, the old compatibility silently broke. This change fixes compatability using a dplyr interface function, to prevent it from breaking silently again.