Closed jaw8 closed 2 years ago
Describe the bug Function create_change_count() is using tidyr::gather_(), which is depreciated.
create_change_count()
tidyr::gather_()
To Reproduce Run normal compareDF::compare_df()
compareDF::compare_df()
Expected behavior No warnings.
Screenshots
Desktop (please complete the following information):
Additional context None.
Latest version to be on CRAN fixes this.
Describe the bug Function
create_change_count()
is usingtidyr::gather_()
, which is depreciated.To Reproduce Run normal
compareDF::compare_df()
Expected behavior No warnings.
Screenshots
Desktop (please complete the following information):
Additional context None.