Schotter Plots in R

April 16, 2026 | Jonathan Carroll

Translating things between languages reveals how each language approaches different design trade-offs, and I believe it’s a useful exercise. Having something to translate is the first step. I found a plot I wanted to generate, and some code that reproduced it, so off we go! I don’t recall ...
[Read more...]

What’s new in R 4.6.0?

April 16, 2026 | The Jumping Rivers Blog

R 4.6.0 (“Because it was There”) is set for release on April 24th 2026. Here we summarise some of the more interesting changes that have been introduced. In previous blog posts, we have discussed the new features introduced in R 4.5.0 and earlier versions (see the links at the end of this post). ...
[Read more...]

My Domain: proteome-wide scanning of TMDs

April 16, 2026 | Stephen Royle

I wanted to know: After a little bit of searching, I couldn’t find any answers. So I decided to use R to retrieve the necessary info from Uniprot and calculate it myself. I thought I’d post it here in case it’s useful for others. Human We’ll ...
[Read more...]

Marathon Man II: how to pace a marathon

April 14, 2026 | Stephen Royle

It’s often the way. I posted recently about how to pace a marathon and very quickly received feedback that would’ve improved the original post. Oh well, no going back. This is take two. So, we have a dataset of all runners from the 2025 New York City Marathon. We ...
[Read more...]

Machine Learning Frameworks in R

April 11, 2026 | R'tichoke

R’s ecosystem offers a rich selection of machine learning frameworks, each with distinct design philosophies and strengths. This post is a side-by-side comparison of five ML frameworks in R that provide unified interfaces over multiple algorithms... [Read more...]

New R Package {bdlnm} Released on CRAN: Bayesian Distributed Lag Non-Linear Models in R via INLA

April 10, 2026 | Pau Satorra

CRAN, GitHub TL;DR: {bdlnm} brings Bayesian Distributed Lag Non-Linear Models (B-DLNMs) to R using INLA, allowing to model complex DLNMs, quantify uncertainty, and produce rich visualizations. Background Climate change is increasing exposure to extreme environmental conditions such as heatwaves and air pollution. However, these exposures rarely have immediate effects. ... [Read more...]
1 2 3 2,226