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...]
1 2 3 2,240