markvanderloo / simputation

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

Fix dplyr groups #41

Closed reijeridema closed 5 months ago

reijeridema commented 6 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.