Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update r.rst #440

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/source/cli/r.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ R code
Usage
-----

SEPAL instances run on :code:`focal` Ubuntu machines, providing a fully functional :code:`R 4.1.2` environment that is accessible in RStudio, Jupyterlab or the terminal.
SEPAL instances run on :code:`focal` Ubuntu machines, providing a fully functional :code:`R 4.1.2` environment that is accessible in RStudio, JupyterLab or the terminal.

.. thumbnail:: ../_images/cli/r/rstudio_example.png
:title: A code run in RStudio
Expand All @@ -17,7 +17,7 @@ SEPAL instances run on :code:`focal` Ubuntu machines, providing a fully function
:width: 32%

.. thumbnail:: ../_images/cli/r/terminal_example.png
:title: A code run in the terminal
:title: A code run in the SEPAL terminal
:group: r_environment
:width: 32%

Expand All @@ -32,19 +32,18 @@ The SEPAL :code:`R` environment is not empty; there are numerous embedded packag

To check the availability of a specific package:

- Open RStudio.
- Go to :guilabel:`Help` > :guilabel:`R Help` (from the menu above).
- You will see the **Help** panel opened.
- Select :code:`Reference` > :code:`Packages`
# Open RStudio.
# Go to :guilabel:`Help` > :guilabel:`R Help`.
# In the open **Help** pane, select :code:`Reference` > :code:`Packages`.

.. thumbnail:: ../_images/cli/r/package_list.png
:title: How to display R packages in **RStudio**
:title: How to display R packages in RStudio
:group: r_environment

Customization
-------------

The SEPAL environment can be customized to user needs by utilizing third-party packages and CRAN in **RStudio**.
The SEPAL environment can be customized to user needs by utilizing third-party packages and CRAN in RStudio.

.. code-block:: r

Expand Down