Recent Posts
- More progress with Tabler for R 2026-08-16
For R users that are just starting with R or that have been using it for years
- R-Community A moderated Google Group to share R knowledge 2026-08-11
For R users that are just starting with R or that have been using it for years
- Spurious correlations 0.2 is on CRAN! 2026-07-30
This release adds feedback from students and instructors
- Tabler Server A minimal framework to create web dashboards in R 2026-07-13
I started working on a deliberately tiny alternative to Shiny
- cp1919 is on CRAN 2026-06-30
Or how to plot a very famous album cover.
- Let's create a minimal R GUI (R GUI 2, previously Q) 2026-06-30
I realised that people that come from Stata struggle with R's current UI approach.
- Unlearning the Tidyverse 2026-06-29
My motivation to unlearn the Tidyverse after eight years using it.
- armadillo4r 1.0.0 is on CRAN 2026-06-15
armadillo4r 1.0.0 brings enhanced sparse matrix support, reduced dependencies, and comprehensive cross-platform testing.
- Open REDATAM a un anio de su publicacion 2026-02-22
A un año de la publicación del artículo sobre Open REDATAM, reflexiono sobre el proceso de publicación, la recepción de los usuarios, la revisión en rOpenSci y los desafíos técnicos y personales.
- Creating an R package with C++ and Armadillo code (video) 2025-12-26
Here I explain how to create an R package with C++ and Armadillo code. I am aware that most R users use Windows, so I start by installing R and the RTools (required to compile C++ code), and then I show you how to use the package template I provide with armadillo4r.