2019/05/16one function a day: filldownSometimes we need to fill the values in a vector with previous values when data is missing. I wrote some convoluted code to do that but, as usual, som... read more
2018/08/06Dockerized Spacemacs on WindowsI was talking the other day of setting Spacemacs on Windows with no privileges. Sometimes it’s not even possible to do so, but you have Cygwin/m... read more
2018/05/29My favourite snippetsA hidden gem from Rstudio is snippets feature. A well known option in any other editor (Atom, VS Code, Notepad ++….) seems that for R people is... read more
2018/05/09using inotify for long running R scripts Sometimes your Rscript takes a long time to run. Not for computation requirements but for the kind of processes involved, for instance when calling AP... read more
2018/02/12My imposter syndromeThere’s a well known issue about the psychology of the majority of people working on Data Science. They feel a fraud. There’s no public st... read more
2018/01/09My package finally on CRANFinally, my package “spanish” was ready for submission on CRAN and now it’s published!
Not a great piece of work, just a place to ga... read more
2017/12/05Great packages for understanding your dataOn the first steps of any project, the most usual task is to take a glimpse, figure how our data is distributed, and as fast as possible, be ready for... read more
2017/11/21Geocoding with R and mapZenThe most widely used service for Geocoding is Google Maps, but you’d hit the limits early in your project if you don’t have a paid account... read more
2017/11/20Atom for R: keeping settings in syncLast week I was working on some projects involving Posix and R code. I tend to use Atom Editor for such code instead of Rstudio, and sometimes I think... read more
2017/11/19My Docker images for RThis month I reached the dreaded “2 hours limit” at Docker Hub on building my Docker images. The images are built but the message shown is... read more
2017/10/27Rocker: Docker for RstatsLast Tuesday (October 24th) I was at Madrid R User Group to give a tech talk about using Docker for automating our setup with Rstudio. Using Rocker im... read more
2017/10/16Spanish Stopwords for tidytext packageA clever friend of mine says: the main programming language, is not Java or Python but English.
So, when you’re searching for help, you’ll... read more
2017/08/29Selecting packages while codingSometimes, you must choose a package to achieve some results while you’re coding. Let’s say, you’re wrangling data and noticed you n... read more
2017/08/07How to navigate the world of R packagesOne of the most powerful features of R is the vast package echosystem. But there’s more than 11.000 packages just in CRAN, and a thousands more... read more
2017/07/31Docker for R, first stepsSometimes, you need to replace your hard disk, upgrade your o.s. or recently bought a new laptop. When this time comes, it’s a real pain to get your R... read more
2017/07/27janitor, a good R package for Data WranglingWe all know the many hours spent cleaning and wrangling data. Sometimes I think my actual job is not “Data Scientist” but “Data Cleaner”. Data, as you... read more
2017/07/23Processing mail using RAfter a long time seeking for R packages to connect to a remote mailbox (not Gmail), I’ve had to admit that there’s no such feature right now in R. Te... read more
2017/07/20file.choose: empowering useRsSometimes when sharing your analysis, via Rmarkdown or the brand new NoteBook, the data file is located at the user’s computer, making unusable the de... read more
2017/07/193D chart using rgl libraryIris is one of the most used data set in R. We’ve seen it in many formats, and broadly used for data manipulation. You could say that there’s nothing... read more
2017/07/15Some essential R packagesFor me, there’s a bunch of packages considered as “essential” ‘cause in the end, sooner or later I use them in any project that involved opening the R... read more
2017/07/12First thing first: Thanks!First things first.
Question of etiquette, when starting a blog like this, mainly focused on Data Science with R, is to acknowledge all the people and... read more