Articles by Teoten

Nuevo vídeo sobre como crear funciones en R

February 1, 2025 | Teoten

Nuevo vídeo de R en Español sobre cómo Crear Funciones. Este vídeo es parte de mi playlist R Desde Ceros que pretende enseñar los aspectos mas básicos del uso de R para generar las bases para programación y análisis de datos. En ... [Read more...]

Nuevo canal de Youtube: Programación en R

December 3, 2024 | Teoten

Nuevo canal sobre programación en R en Español: https://www.youtube.com/@teoten.programando Teoten Programando es un canal donde aprender a programar es accesible, relajado y libre de complicaciones. Aquí encontrarás tutoriales claros y práctic... [Read more...]

Kill all R sessions

October 20, 2024 | Teoten

When working in R, there are times when managing multiple R sessions becomes essential. For instance, if you are updating packages, troubleshooting conflicts, or managing system resources, it may be necessary to terminate all the sessions, or to k... [Read more...]

Emacs as IDE for R

February 10, 2024 | Teoten

Emacs as IDE for R Recently I have seen many posts about which IDE for R people prefer, with minimalists list of options, usually of size 2: R Studio and VS Code. I guess that some people forget, or many don't even know about two of the most power...
[Read more...]

My first Golem app

September 28, 2023 | Teoten

My first Golem app About A few days ago I finished reading the book Engineering Production-Grade Shiny Apps by Colin Fay, Sebastien Rochette, Vincent Guyader and Cervan Girard. It was an easy read so, I decided to move forward and create my first sh...
[Read more...]

Object Oriented Programming in R: S3

September 12, 2023 | Teoten

Object Oriented Programming in R: S3 This post is part of the series maps-app. You can also find the current state of the project under my GitHub repo mapic. Scope of this post We are creating maps of data showing changes over a span of time for d...
[Read more...]

Adding a website next to your Shiny server

September 6, 2023 | Teoten

Adding a website next to your Shiny server I have been off from the blog lately due to a big load of personal projects. Just lately I got a few days off and found time to work on my personal website, to be ready soon. That made me get more ... [Read more...]

Programming with ggplot2

April 18, 2023 | Teoten

Programming with ggplot2 This post is part of the series maps-app. You can also find the current state of the project under my GitHub repo mapic. Scope of this post We are creating maps of data showing changes over a span of time for different cou...
[Read more...]

Webscrap and iteration in R

March 23, 2023 | Teoten

Webscrap and iteration in R About this post This post is part of the series maps-app. We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities. That basically means that we need to...
[Read more...]

Reference: Dockerizing shinny apps

February 10, 2023 | Teoten

Reference: Dockerizing shinny apps Andrew Couch has a nice video about deploying a shiny app using docker. He goes from the very basics, that asume no knowledge of docker whatsoever, which is the position of many R users like myself. I've been workin... [Read more...]

Deploy your own Shiny app server with debian

January 21, 2023 | Teoten

Deploy your own Shiny app server with debian A few weeks ago I opened an account on Digital Ocean to start my own cloud server. Not long after that I took a workshop on Shiny and, although it was too technical with nothing new for me, I learn a coupl...
[Read more...]

Using Emacs for R

December 28, 2022 | Teoten

Using Emacs for R Easy Emacs To start using R, or almost anything else in Emacs you basically need to know 3 things: 1) How to move in Emacs, meaning understanding what is what and learning a few key commands; 2) What is the configuration file and h...
[Read more...]