RStudio on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org

In order to install RStudio on Ubuntu 18.04 we will first need to install the r-base package. Open up terminal and enter:
$ sudo apt update
$ sudo apt -y install r-base

This is a companion discussion topic for the original entry at https://linuxconfig.org/rstudio-on-ubuntu-18-04-bionic-beaver-linux

Thank’s
It works fine