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
There are about 364 occurrences of .data$ in the codebase.
Warnings look like below, but they are only generated when editing (debugging) {n2khab} functions, not when running them:
Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0.
ℹ Please use `"NAAM"` instead of `.data$NAAM`
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
See https://tidyselect.r-lib.org/news/index.html#lifecycle-changes-1-2-0
The
.data$x
in tidyselect expressions should be replaced with quoted variable names"x"
, as shown by the warnings.The text was updated successfully, but these errors were encountered: