Posts sorted by date


Why did I create ESR (my thoughts on ESS) Why did I create ESR (my thoughts on ESS)

Tuesday, March 3, 2026

My motivation to create ESR has a lot to do with my opinion about ESS.

Personal Plans for 2026 Personal Plans for 2026

Monday, March 2, 2026

Some thoughts about the blog

Nuevo vídeo sobre como crear funciones en R Nuevo vídeo sobre como crear funciones en R

Sunday, February 2, 2025

Aprende a crear funciones en R sin conocimientos previos.

SEO improvements on my Blog Generator SEO improvements on my Blog Generator

Wednesday, January 29, 2025

Writting XML and JSON for a static site using Clojure

Leveraging AI to Enhance Functional Programming in 2025 Leveraging AI to Enhance Functional Programming in 2025

Tuesday, December 31, 2024

A review on how to take advantage of AI to enhance functional programming

Nuevo canal de Youtube: Programación en R Nuevo canal de Youtube: Programación en R

Wednesday, December 4, 2024

Presentación de mi nuevo canal de Youtube sobre programación en R

Kill all R sessions Kill all R sessions

Monday, October 21, 2024

One R session to rule them all

Building my blog from scratch Building my blog from scratch

Tuesday, October 8, 2024

A Journey from Hugo to Clojure

Emacs as IDE for R Emacs as IDE for R

Sunday, February 11, 2024

Emacs is the perfect IDE for R

My first Golem app My first Golem app

Friday, September 29, 2023

Description

Object Oriented Programming in R: S3 Object Oriented Programming in R: S3

Wednesday, September 13, 2023

Part of making maps of any region in the world with R using ggplot2 and maps packages: Object Oriented Programming

Adding a website next to your Shiny server Adding a website next to your Shiny server

Thursday, September 7, 2023

Add a website next to your Shiny server using Nginx

Programming with ggplot2 Programming with ggplot2

Wednesday, April 19, 2023

Part III of making maps of any region in the world with R using ggplot2 and maps packages: how to make functions for graphics in R

Webscrap and iteration in R Webscrap and iteration in R

Friday, March 24, 2023

Part of how to make maps of any region in the world using ggplot2 and maps libraries

Reference: Dockerizing shinny apps Reference: Dockerizing shinny apps

Saturday, February 11, 2023

A reference to a couple of good sources explaining how to dockerize a shiny app

Deploy your own Shiny app server with debian Deploy your own Shiny app server with debian

Sunday, January 22, 2023

Deploy your own Shiny apps in a Debian-based server

Using Emacs for R Using Emacs for R

Thursday, December 29, 2022

Emacs is an easy to use text editor that, combined with ESS can make a powerful IDE for working with R

Getting coordinates for maps in R via API Getting coordinates for maps in R via API

Friday, November 4, 2022

Part II of making maps of any region in the world with R using ggplot2 and maps packages

Efficiency comparison of dplyr and tidyr functions vs base R Efficiency comparison of dplyr and tidyr functions vs base R

Thursday, October 20, 2022

Monte carlo simulations to compare time efficiency of a function created with dplyr and tidyr vs base R

Basic map of a country with R Basic map of a country with R

Saturday, October 8, 2022

Part I of making maps of any region in the world with R using ggplot2 and maps packages

Minitutorial: make_logical any string Minitutorial: make_logical any string

Sunday, September 18, 2022

First minitutorial: A function that makes any string into logical

My first shiny app My first shiny app

Monday, December 20, 2021

Shiny app to make dynamic maps

R function to fill in merged cells R function to fill in merged cells

Sunday, December 5, 2021

For loops and if statements to create a useful function

Functions in R Functions in R

Tuesday, November 30, 2021

Basic description of functions in R