Live data from Hacker News

Too many R packages: CRAN is inundated with submissions

rworks.dev

81–85 of 85 posts

Re: Too many R packages: CRAN is inundated with submissions

#81

Earlier quoted context omitted.

Data.table is just so much faster, and the sql-like stntax is easier tonunderstand

I can never remember the data.table syntax, every time I use it I have to re-learn it. It doesn't feel very SQL to me either. There is an interface to use tidy syntax on data.tables and get's you 90% of the speed.

I can relate. I remember my most used syntax, but I have to search once in a while.

Re: Too many R packages: CRAN is inundated with submissions

#83

As a sysadmin R is the absolute worst for installing and supporting packages.

Posit (previously RStudio) has a few tools to easy dependency problems such as rig.

Ive switched completely to conda handling my deps for R. Especially nicer on Linux systems as the packages are preinstalled.

Post reply on HN