R Language Collective
Discussions
Browse discussion posts about R Language.
Newest — sorts discussions by their creation dates, with the newest at the top.
Latest activity — sorts discussions by their reply, creation or edited dates (latest first).
Highest score — sorts discussions by their total votes (highest first).
Your sorting method preferences will be saved.
Is R efficient for sentiment analysis?
I would like to explore more about sentiment analysis but I cannot decide if I should start a project in python or R. What would you suggest?
Which R is the "best": base, Tidyverse or data.table?
As the R ecosystem continues to evolve, a question that keeps being asked is "Should I use base R, Tidyverse, or data.table?" There may be some aspects in which one approach may be ...
What's your usual workflow working with VERY large datasets with limited memory
I recently changed work, and now I'm working mainly on large csv files (from 2 to 20) Giga bytes of size. The ram size of my computer is 16 GB, and I know that R loads all the data we are working with ...
Have you used AI for R coding and has it been successful?
Recently I have mixed success with using AI to help with some programming tasks. I am defining success here as: the code output being correct and coding faster than me. Here is an example of AI giving ...
Adding Profile-Guided Optimization (PGO) to the R interpreter
Recently I did many Profile-Guided Optimization (PGO) benchmarks on multiple projects (including interpreters and compilers like CPython, Rustc, Clang, Clangd, Clang Tidy, and many others) - the ...
Where are other places for R discussions?
Where else is there to go for R discussion? I can think of: The R-help mailing lists - specialised into general R-help and the specialised dev lists, and also into special interest lists like R-...
When to define a new generic and methods vs simple functions?
R has a somewhat special object-oriented ecosystem in which methods belong not to classes but instead to generic functions. This can be seen as a more functional object-oriented framework that plays ...
A CppCast podcast interview with Dirk Eddelbuettel about RCPP (2022)
I found this interesting interview with Dirk Eddelbuettel when searching for podcast episodes about R Programming. Dirk talks about the history of R and the RCPP library. I want to share this with the ...
Why does R not have the wider range of errors as seen in Python (ValueError, TypeError, IndexError, etc)
(To clarify upfront, I'm not trying to pass judgement on whether one system is better than the others. I'm just looking to understand the reasons for the differences and how it relates to each ...
Is Web Assembly the Future of R?
As many of you are aware, WebR has entered the scene couple of months ago and I am eager to hear everyone's in-depth thoughts, potential concerns, and exciting possibilities that brings to the table. ...
Simply submit a proposal, get it approved, and publish it.
See how the process works