Rstudio on Teton
We can now use Rstudio as a development environment on teton. Get yourself set up with FastX, either in the browser or using the free client app.
| Keep in mind that you do not want to use Rstudio on the FastX nodes (or log-in nodes) for anything more than developing code. For production work or any work beyond initial development, please run the code on compute nodes using SLURM. |
Once you have a terminal in FastX session, load the necessary modules and launch Rstudio with the following two lines of code. This also illustrated in the video below.
module load gcc/7.3.0 r/4.0.5-py27 rstudio
rstudio

