Use Docker with Rstudio
Published:
Why Docker?
Recently I had a problem with a R package I would like to install. However, this package requires higher version of R than my current one. I cannot upgrade my R due to my system problem. So I decided to use Docker, which solves a lot of problems for me.