leppott / BioMonTools

Tools for biomonitoring and bioassessment; metric calculation for benthic macroinvertebrates, fish, and periphyton.
https://leppott.github.io/BioMonTools/
MIT License
13 stars 5 forks source link

metric.values and metric.scores - dplyr warning about deprecated argument #109

Open leppott opened 5 months ago

leppott commented 5 months ago

Describe the bug In metric.value and metric.scores get a warning from dplyr about a deprecated argument.

No ill side effects other than when checking the package.

To Reproduce Steps to reproduce the behavior: Run example code for metric.values or metric.scores. The warning only happens once every 8 hours.

Expected behavior Shouldn't get any warnings.

Screenshots

metric.values

image

metric.scores

image

Additional context Code was correct when written. As dplyr changed it caused the warning. Update code so no longer get warning.