R install @Ubuntu20
Aim
R と Rstudio を install
Install R
code:install_R
# To verify key, run gpg --show-keys /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
# Fingerprint: E298A3A825C0D65DFD57CBB651716619E084DAB9
# add the R 4.0 repo from CRAN -- adjust 'focal' to 'groovy' or 'bionic' as needed
# Install R
sudo apt install --no-install-recommends r-base
Install Rstudio
Ubuntu20 はなかったので Ubuntu18+ を選択した (rstudio-2022.07.2-576-amd64.deb) .
リンクをコピーして wget
code:install_Rstudio
cd ~/Downloads
# Download R-studio
# Install
sudo gdebi rstudio-2022.07.2-576-amd64.deb
Date :2022/10/18
Modified Date :
Author :lattice.icon