alexsanjoseph / compareDF

R Tool to compare two data.frames
Other
93 stars 17 forks source link

`gather_()` was deprecated in tidyr 1.2.0. #47

Closed jaw8 closed 2 years ago

jaw8 commented 2 years ago

Describe the bug Function create_change_count() is using tidyr::gather_(), which is depreciated.

To Reproduce Run normal compareDF::compare_df()

Expected behavior No warnings.

Screenshots image

Desktop (please complete the following information):

Additional context None.

alexsanjoseph commented 2 years ago

Latest version to be on CRAN fixes this.