You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
metric.scores
Additional context
Code was correct when written. As dplyr changed it caused the warning. Update code so no longer get warning.
The text was updated successfully, but these errors were encountered:
leppott
changed the title
metric.values - dplyr warning about deprecated argument
metric.values and metric.scores - dplyr warning about deprecated argument
Apr 5, 2024
Describe the bug
In
metric.value
andmetric.scores
get a warning fromdplyr
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
ormetric.scores
.The warning only happens once every 8 hours.
Expected behavior
Shouldn't get any warnings.
Screenshots
metric.values
metric.scores
Additional context
Code was correct when written. As
dplyr
changed it caused the warning. Update code so no longer get warning.The text was updated successfully, but these errors were encountered: