I'm going to need Hadley Wickham to make up his mind.early 00s - 2020s: recoding with dplyr is annoying; just use car::recode()2020s: dplyr::recode() happens, breaking bazillions of scripts, functions, and analyses2024: dplyr::recode() is deprecated; use case_match or case_when instead; it's way better except that you I have no idea why it was better, I just had to learn a new syntax form. I think many people just went back to car::recode(), at this point 2026: Now apparently case_match() is deprecated, and we're supposed to use a new function: recode_values(). I'll go learn about it when I have time. Can we please just let this one stick around a few years? This isn't some esoteric, rare function; this is every day. All the time. Every time this breaks, it costs me hours of my life and comes back to cost me more hours in future years. as older, now-broken code refuses to work when I want to use it, and I spend an hour debugging before I remember.#rstats #complaints #deprecated #tidyverse