Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'split_link_impl' into 'master'
[simgrid.git] / docs / source / Tutorial_MPI_Applications.rst
index e0f949ad4f959d953f59d80c708f6f1a710ae776..982f816f3229160e4c6351e5a1f396f95a601d31 100644 (file)
@@ -317,7 +317,11 @@ and the `pajengr <https://github.com/schnorr/pajengr#installation/>`_ package.
 
 .. code-block:: shell
 
-   sudo apt install r-base r-cran-devtools cmake flex bison
+   # install R and necessary packages
+   sudo apt install r-base r-cran-devtools r-cran-tidyverse
+   # install pajengr dependencies
+   sudo apt install git cmake flex bison
+   # install the pajengr R package
    Rscript -e "library(devtools); install_github('schnorr/pajengr');"
 
 To take this tutorial, you will also need the platform files from the