R Installation in Manjaro – Step-by-step

November 2, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing R

    Now to Install R on Manjaro Linux
    Play:

    sudo pacman -Sy r

    For more insight about the R Customization see -> the Arch R Online Documentation.

  2. 4. Installing Tidyverse

    Then to Install Tidyverse in Manjaro Linux
    First, Install the Required Packages:

    sudo pacman -Sy gcc-fortran openssl libxml2

    Then launch the R REPL Shell with:

    sudo R

    And then to Setup the complete Tidyverse Packages Set, simply play:

    install.packages("tidyverse", dependencies = TRUE)

    Finally, to Update the Software:

    update.packages(ask=FALSE)

    After you find the CRAN Packages under /usr/local/lib/R/library.

Contents


QuickChic Theme • Powered by WordPress