Recent Posts

  1. More progress with Tabler for R

    For R users that are just starting with R or that have been using it for years

  2. R-Community A moderated Google Group to share R knowledge

    For R users that are just starting with R or that have been using it for years

  3. Spurious correlations 0.2 is on CRAN!

    This release adds feedback from students and instructors

  4. Tabler Server A minimal framework to create web dashboards in R

    I started working on a deliberately tiny alternative to Shiny

  5. cp1919 is on CRAN

    Or how to plot a very famous album cover.

  6. Let's create a minimal R GUI (R GUI 2, previously Q)

    I realised that people that come from Stata struggle with R's current UI approach.

  7. Unlearning the Tidyverse

    My motivation to unlearn the Tidyverse after eight years using it.

  8. armadillo4r 1.0.0 is on CRAN

    armadillo4r 1.0.0 brings enhanced sparse matrix support, reduced dependencies, and comprehensive cross-platform testing.

  9. Open REDATAM a un anio de su publicacion

    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.

  10. Creating an R package with C++ and Armadillo code (video)

    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.