Blog posts

2020

Use Docker with RStudio

1 minute read

Published:

Why Docker?

Recently, I encountered a problem with an R package I wanted to install. However, this package requires a higher version of R than the one currently installed on my system. Due to system limitations, I cannot upgrade R. Therefore, I decided to use Docker, which resolves many of these issues for me.

2019