----Comandaments----
update indices
sudo apt update -qq
install two helper packages we need
sudo apt install --no-install-recommends software-properties-common dirmngr
add the signing key (by Michael Rutter) for these repos
To verify key, run gpg --show-keys /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
Fingerprint: E298A3A825C0D65DFD57CBB651716619E084DAB9
wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
add the R 4.0 repo from CRAN -- adjust 'focal' to 'groovy' or 'bionic' as needed
sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
sudo apt install --no-install-recommends r-base
(si teniu algun problema podeu instal·lar R de manera gràfica des del gestor de software)
----Enllaç---- Descarregar RStudio: https://posit.co/download/rstudio-desktop/
Llicencia: https://www.gnu.org/licenses/agpl-3.0.ca.html
----Música---- 🎵 Xori - warm nights 🎵 Xori - temporary 🎵 Xori - healing
Com instal·lar RStudio en GNU/Linux Mint o qualsevol derivat d'Ubuntu