Rstudio-Sapelo2: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
(Created page with "Category:Sapelo2Category:SoftwareCategory:OtherCategory:ProgrammingCategory:Graphics === Category === Other, Programming, Graphics === Program On ===...")
 
Line 28: Line 28:
The best way to run Rstudio on Sapelo2 is using the [[OnDemand | Open OnDemand]] interface. You can use an interactive Rstudio App or run it within an X Desktop Session on Sapelo2.  
The best way to run Rstudio on Sapelo2 is using the [[OnDemand | Open OnDemand]] interface. You can use an interactive Rstudio App or run it within an X Desktop Session on Sapelo2.  


If you use an Rstudio interactive apps in the Open OnDemand interface, you will need to select a version of Rstudio and a version of R. You can also select the resources you want allocated for this application (number of cores, memory, walltime, etc). When the resources are allocated, you can launch the rstudio application. If the application does not open (and a blank NoVNC window is displayed), please add the following line to the file $HOME/.config/RStudio/desktop.ini in your sapelo2 account:
If you use an Rstudio interactive app in the Open OnDemand interface, you will need to select a version of Rstudio and a version of R. You can also select the resources you want allocated for this application (number of cores, memory, walltime, etc). When the resources are allocated, you can launch the rstudio application. If the application does not open (and a blank NoVNC window is displayed), please add the following line to the file $HOME/.config/RStudio/desktop.ini in your sapelo2 account:
<pre class="gscript">  
<pre class="gscript">  
desktop.renderingEngine=software
desktop.renderingEngine=software

Revision as of 13:51, 27 April 2022

Category

Other, Programming, Graphics

Program On

Sapelo2

Version

1.1.463, 1.2.5033, 1.4.1103, 2022.02.1-461

Author / Distributor

Please see https://www.rstudio.com/

Description

From https://www.rstudio.com/products/Rstudio: "RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management."

Running Program

Also refer to Running Jobs on Sapelo2

For more information on Environment Modules on Sapelo2 please see the Lmod page.

The best way to run Rstudio on Sapelo2 is using the Open OnDemand interface. You can use an interactive Rstudio App or run it within an X Desktop Session on Sapelo2.

If you use an Rstudio interactive app in the Open OnDemand interface, you will need to select a version of Rstudio and a version of R. You can also select the resources you want allocated for this application (number of cores, memory, walltime, etc). When the resources are allocated, you can launch the rstudio application. If the application does not open (and a blank NoVNC window is displayed), please add the following line to the file $HOME/.config/RStudio/desktop.ini in your sapelo2 account:

 
desktop.renderingEngine=software

If this variable is already defined in the file, but it is set to a different value (e.g. auto), please change it to software.

Then try launching Rstudio from Open OnDemand again.

Documentation

Please see https://support.rstudio.com

Installation

System

64-bit Linux