Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Location of the directoriesInformation stored
~/.rstudio

All user settings, open files and tabs, as well as active and suspended sessions.

This folder was automatically created if you have used RStudio version 1.3 or older in the past. In IDAS, that corresponds to R version 3.6.1.

~/.local/share/rstudio

All open files and tabs, as well as active and suspended sessions.

This folder was automatically created if you have used RStudio version 1.4 or later. In IDAS, that corresponds to R versions 4.0.2 and 4.1later.1.

~/.config/rstudio

All user settings (Global Options).

This folder was automatically created if you have used RStudio version 1.4 or later. In IDAS, that corresponds to R versions 4.0.2 and 4.1later.1.

.RData (can be in various folders, depending on where you saved your .RData files in the past)R data and objects
.Rhistory (can be in various folders, depending on the location where you started RStudio in the past)R command history

...

1. Log in to IDAS from https://notebooks.hpcidas.uiowa.edu/

2. Start a Terminal session in IDAS. There are 2 ways to do this:

    a) If you spawned an RStudio instance Option 1: From RStudio interface in IDAS: Click the "Terminal" tab, which is next to the "Console" tab in RStudio.

    

    b) If you spawned a Option 2: From Jupyter Hub instanceinterface in IDAS: This is helpful if you can't get to the RStudio interface.

        - After logging in to IDAS from Go to (fill in your HawkID) - https://notebooks.hpcidas.uiowa.edu/, you will be at the Jupyter Hub tree page. /research/user/HAWKID/lab

        - In the upper right corner of the page, click New / Terminal Select Terminal from the Other section to start a bash session:

         2020-01-21-new-button-terminal.pngImage Removed Image Added

3. In Terminal, use the "mv" Linux command to rename the necessary directories: 

...

    mv ~/.local/share/rstudio ~/.local/share/rstudio-old

4. Follow the steps here to restart your IDAS server. 

...