| ▲ | Mairoce 4 hours ago | ||||||||||||||||
The proof is in the pudding. Every single grad student of mine that was brought up on the tidyverse produces gigantic R markdown files with 20 imports to accomplish something that would be shorter and much much easier to understand (and review!) with a base package or with one of a small number of packages (box, data.table) designed by people who understand programming. Not to mention the ridiculous styling/formatting of most tidyverse users, which Wickham and others seem to promote. One of the reasons R has lost ground to other languages recently is that most R code these days is ugly | |||||||||||||||||
| ▲ | zippyman55 3 hours ago | parent | next [-] | ||||||||||||||||
That was always my struggle w tidyverse vs base mastery. From the looney tunes cartoon of the road runner vs the coyote, the coyote used tidyverse and the road runner used base R. | |||||||||||||||||
| ▲ | tylermw 3 hours ago | parent | prev | next [-] | ||||||||||||||||
> The proof is in the pudding. Every single grad student of mine that was brought up on the tidyverse produces gigantic R markdown files with 20 imports to accomplish something that would be shorter and much much easier to understand (and review!) with a base package or with one of a small number of packages (box, data.table) designed by people who understand programming. The fact that young people are producing sub-optimal code (in terms of whatever optimization criteria you are choosing--here, it sounds like terseness) is not strong evidence that a particular software ecosystem (tidyverse) is flawed. Young people producing bad code is not surprising. They're your grad students, mentor them, and maybe they'll adapt to your ways of thinking. Or not. > One of the reasons R has lost ground to other languages recently is that most R code these days is ugly Citation needed, surely. The fact that this article is about an increase in the number of CRAN submissions and pseudo-quantitative indices like the TIOBE index show R's slice of the pie is growing provides evidence to the contrary. | |||||||||||||||||
| |||||||||||||||||
| ▲ | Tarq0n 3 hours ago | parent | prev [-] | ||||||||||||||||
Data.table is a masterclass in bad API design. Its lack of success despite its technical merits is entirely of their own doing. | |||||||||||||||||