Repost: Tidy RAG in R with ragnar

July 15, 2025 | Stephen Turner

 Reposted from the original at: https://blog.stephenturner.us/p/tidy-rag-in-r-with-ragnarRetrieval augmented generation in R using the ragnar package. Demonstration: scraping text from relevant links on a website and using RAG to ask about a unive...
[Read more...]

Benchmarking memory usage in R

July 13, 2025 | Jan Gorecki

Benchmarking memory usage in R Profiling memory in R has never been a trivial task. In this post, I would like to emphasize that currently popular methods are quite inaccurate and should therefore be used with caution. More importantly, they sh...
[Read more...]

How to choose an IDE

July 10, 2025 | R on Nicola Rennie

When it comes to choosing an IDE to install there are lots of different choices out there, each with different pros and cons. This blog post isn’t about recommending or endorsing any specific IDE, but more about what questions you might want to a...
[Read more...]

data.table is a NumFOCUS project!

July 10, 2025 | Community Team

We are SO excited to announce some massive news for the data.table community: data.table is now a NumFOCUS Sponsored Project!!! For those who aren’t familiar, NumFOCUS is an incredible nonprofit organization that supports open source projects....
[Read more...]

Monads everywhR

July 9, 2025 | R on Biofunctor

A monad is a very useful pattern. If you don’t know what it is, then read my post from a few years ago, watch this excellent video, and you can also read J. Carroll’s insightful post. Once you think you get the concept, this blog post will ... [Read more...]

Perform a Likelihood Ratio Test in R

July 9, 2025 | Unknown

You've built two regression models—one simple and one more complex model. The complex one seems to have a slightly better fit, but is that improvement statistically meaningful, or just noise from the observed data? How do you prove, with statistical certainty, that the extra complexity is actually worth it? ... [Read more...]
1 2 3 2,188