ocean-tracking-network / surimi

R package for translating acoustic telemetry data from one institutional format to another.
GNU General Public License v3.0
4 stars 1 forks source link

distinct_at has been deprecated by Tidyverse #21

Open jdpye opened 6 months ago

jdpye commented 6 months ago

https://dplyr.tidyverse.org/reference/distinct_all.html

consider using across() or pick() instead at: https://github.com/ocean-tracking-network/surimi/blob/main/R/otn_imos_column_map.R#L419