> Tidyverse in general, I believe, has saved R from irrelevance.
It’s interesting that you say this. I’ve been using R daily for almost 3 years now, and I was originally taught the Tidyverse.
However, I also tutored in biostats and have collaborated with many different faculty and students.
On one hand the Tidyverse created an opening for R learners especially, but it has lead to some controversy as well.
Trust me when I say there are plenty of R users who have never heard of or used the Tidyverse.
It leads to some difficulty in teaching/collaborating because do I use grepl or str_detect? lapply or map? Do they know the magrittr syntax (%>%)?
Then there’s non-standard evaluation, which often forces some arbitrary meta-programming on novice programmers.
R is foremost the stats language, and tidyverse has attempted to make it more general purpose, for better or worse depending on who you ask.