Is there a way (perhaps a website) where one can run R online in a Linux environment?
motivation: I develop a few packages in R and oftentimes I need to run tests in Linux. However, I use a Windows OS and don’t want to go through the hassle of learning Linux to install it locally.
>Solution :
Three suggestions:
-
Install docker to be able to have a ‘virtual’ Linux on your windows computer. That is essentially unlimited use on your own machine allowing you to learn and test.
-
You can also go to
rstudio.cloudto run a few hours of R within RStudio (Cloud) per month for free. If you need more hours, you can purchase them. Possibly easiest immediate approach but with a usage cap. -
Similarly Google Colab has an ability to run R in the notebooks, but it still somewhat hidden. One source with tips is this SO answer.