Skip to content

Commit

Permalink
Merge pull request #630 from NREL/yandthj-patch-1
Browse files Browse the repository at this point in the history
Update r.md
  • Loading branch information
yandthj committed May 15, 2024
2 parents 777f017 + 59303ce commit ff8f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Documentation/Development/Languages/r.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For more information about using R in the Anaconda framework, see [Using R langu

## Running R Interactively

R is most commonly used via an interactive shell. To do this, first request an interactive compute node ([see running interactive jobs](../../Systems/Eagle/Running/interactive_jobs.md)) using the `srun` command. Alternatively, R can be used through [Jupyterhub](../Jupyter/jupyterhub.md).
R is most commonly used via an interactive shell. To do this, first request an interactive compute node ([see running interactive jobs](../../Systems/Eagle/Running/interactive_jobs.md)) using the `srun` command. Alternatively, R can be used through [Jupyterhub](../Jupyter/index.md).

Once on a compute node, R environments can be accessed through Anaconda as described above. To access the R interactive console, type R at the command line. You will be prompted with the familiar R console in your terminal window:

Expand Down

0 comments on commit ff8f610

Please sign in to comment.