vosonlab / vosonSML

R package for collecting social media data and creating networks for analysis.
https://vosonlab.github.io/vosonSML/
GNU General Public License v3.0
78 stars 13 forks source link

Fixed issue with dplyr and custom class dataframes #37

Closed bryn-g closed 4 years ago

bryn-g commented 4 years ago

Breaking changes in the latest dplyr update requires that when extending dataframes that extra classes are added first, not last. Additional classes are now removed during network creation as they are not required.