Tag: Running environment

  • One step further: MongoDB Backend for our data

    Intro I mentioned I meant to use a database at some point for my logs and with R. Well, I will explain a (tiny) bit about that today. But first, what data can I possibly put into my upcoming “NoSQL” database? Well, I now have lots of data. I’ll use the DNS records from my…

  • RStudio + Shiny + Plumber + Docker

    RStudio + Shiny + Plumber + Docker Intro This one is very exciting for me. So say you want to create a very complex application, that does several things. You can of course use functions, maybe in different R scripts that you can source. That way, if you work on a specific part of the…

  • A tidy running environment

    A clean environment is rather “hard work” to maintain I always worry that installing stuff on my laptop will creep up my machine. I don’t like re-installing (not if that means using up my own spare time). So I try to install as little as possible (it’s also simply a matter of “reducing the attack…