Difference between revisions of "RStudio"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
Moskalenko (talk | contribs) |
||
Line 47: | Line 47: | ||
: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'. | :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. | |
+ | |||
<pre> | <pre> | ||
[jdoe@gator ~]$ module load gui | [jdoe@gator ~]$ module load gui | ||
− | [jdoe@gator ~]$ | + | [jdoe@gator ~]$ gui start -e rstudio |
− | + | See 'gui start -h' for arguments to specify a resource request and so on. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|}} | |}} |
Revision as of 16:56, 16 April 2020
Description
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.
Required Modules
Serial
- rstudio
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.
- 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'.
Use the gui module or OnDemand to start interactive RStudio sessions that you can view in your web browser.
[jdoe@gator ~]$ module load gui [jdoe@gator ~]$ gui start -e rstudio See 'gui start -h' for arguments to specify a resource request and so on.