socviz 2.0.0 on CRAN

August 21, 2026 | R on kieranhealy.org

In anticipation of the second edition of Data Visualization, which is coming later this year from Princeton University Press, version 2.0.0 of my socviz package is now on CRAN. The update removes some functions that aren’t needed anymore and adds... [Read more...]

McNemar’s test in R

August 18, 2026 | R on Stats and R

Introduction In a previous article, we showed how to perform the Chi-square test of independence in R in order to test whether two qualitative variables are related. As mentioned in that article (and in the one showing how to do the Chi-square tes...
[Read more...]

A Summer, Explained with R

August 18, 2026 | The Jumping Rivers Blog

It’s 2:47pm, the meeting has been running for 38 minutes, and someone has just said, “Can everyone see my screen?” You’re trying to concentrate, your laptop fan sounds like it’s preparing for take-off, and somewhere outside the temperature has climbed to 34°C. You’ve already relocated once today ...
[Read more...]

Breaking the Python Barrier: Building a Pure R-Native DeepAR Engine with LibTorch

August 18, 2026 | Selcuk Disci

Deep learning for time series forecasting in R has historically faced a major architectural hurdle: Python overhead. Frameworks like modeltime.gluonts provide interface wrappers around AWS GluonTS, but they rely on a complex execution chain passing through reticulate, virtual environments, Python serialization, and MXNet/PyTorch backends. To overcome the performance ...
[Read more...]

Token Maxxing

August 15, 2026 | Alex Fischer

Claude Codex Usually I don’t watch much youtube (a social phenomenon I have somewhat missed out on), but here’s an interesting video about another social phenomenon I have somewhat experienced myself . With LLM coding, I feel li...
[Read more...]

A Tiny Iroshizuku Ink Shop in R

August 15, 2026 | Chi

色彩雫 I just discovered that the R script I had written while back, which was a hand-curated colour palette of Pilot Iroshizuku fountain pen inks. Pilot describes Iroshizuku as a combination of iro = colour, and shizuku = droplet. The individual ...
[Read more...]

[R] Environment Variables in R Shiny-Server Container: Problem and Solutions

August 14, 2026 | R on Zhenguo Zhang's Blog

Zhenguo Zhang's Blog https://fortune9.netlify.app/2026/08/15/r-environment-variables-in-r-shiny-server-container/ -When dockerizing an R Shiny application hosted via Shiny Server (built from shiny server docker image https://hub.docker.com/r/rocker/shiny), a common issue developers face is that environment variables set via ENV instructions in the Dockerfile (or passed at ... [Read more...]

Round-robin (with Claude)

August 14, 2026 | xi'an

A few days ago I had a coffee in Paris with my long-time friend (and former Statistics & Computing editor) Gilles Celeux, and he mentioned me stopping solving and posting maths puzzles like those weekly published by Le Monde. They have indeed vanished with the retirement of the authors, but Gilles ...
[Read more...]
1 2 3 2,240