wiggleplotr icon indicating copy to clipboard operation
wiggleplotr copied to clipboard

Update functions.R

Open matmu opened this issue 4 years ago • 0 comments

1: select_() is deprecated as of dplyr 0.7.0. Please use select() instead. 2: arrange_() is deprecated as of dplyr 0.7.0. Please use arrange() instead. 3: filter_() is deprecated as of dplyr 0.7.0. Please use filter() instead. 4: group_by_() is deprecated as of dplyr 0.7.0. Please use group_by() instead.

matmu avatar Sep 13 '21 10:09 matmu