Difference between revisions of "RStudio"

From UFRC
Jump to navigation Jump to search
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Statistics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|rstudio}}
 
|{{#vardefine:app|rstudio}}
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
Line 44: Line 34:
 
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.
 
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.
  
;Note:
+
The recommended way to run RStudio on HiPerGator is to start it in [[Open_OnDemand|Open OnDemand]].
:If you see your mouse cursor offset from the real location in the RStudio window check your RStudio editor font preferences. A known good font is 'DejaVu Sans Mono'.
 
  
Use the gui module or [https://ood.rc.ufl.edu OnDemand] to start interactive RStudio sessions that you can view in your web browser.
+
Alternatively, you can use the gui module to start an interactive RStudio sessions that you can view in your web browser. See [[GUI Programs]] for more details.
  
 
<pre>
 
<pre>
 
[jdoe@gator ~]$ module load gui
 
[jdoe@gator ~]$ module load gui
 
[jdoe@gator ~]$ gui start -e rstudio
 
[jdoe@gator ~]$ gui start -e rstudio
 +
 +
To load a specific version:
 +
[jdoe@gator ~]$ gui start -e rstudio --module rstudio/1.1.453
 +
 
See 'gui start -h' for arguments to specify a resource request and so on.
 
See 'gui start -h' for arguments to specify a resource request and so on.
 +
 +
;Note:
 +
:If you see your mouse cursor offset from the real location in the RStudio window check your RStudio editor font preferences. A known good font is 'DejaVu Sans Mono'.
  
 
|}}
 
|}}

Revision as of 21:59, 21 August 2022

Description

rstudio website  

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.

Environment Modules

Run module spider rstudio to find out what environment modules are available for this application.

System Variables

  • HPC_RSTUDIO_DIR - installation directory

Additional Information

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.

The recommended way to run RStudio on HiPerGator is to start it in Open OnDemand.

Alternatively, you can use the gui module to start an interactive RStudio sessions that you can view in your web browser. See GUI Programs for more details.

[jdoe@gator ~]$ module load gui
[jdoe@gator ~]$ gui start -e rstudio

To load a specific version:
[jdoe@gator ~]$ gui start -e rstudio --module rstudio/1.1.453

See 'gui start -h' for arguments to specify a resource request and so on.

;Note:
:If you see your mouse cursor offset from the real location in the RStudio window check your RStudio editor font preferences. A known good font is 'DejaVu Sans Mono'.