Any help on how to install rstudio for desktop on ubuntu 17.04 .
Thank you in advance
Any help on how to install rstudio for desktop on ubuntu 17.04 .
Thank you in advance
Download the file from the Rstudio site, double click it, and it should launch Ubuntu Software. Hit install and it should be good to go.
If that doesn't work, you can try opening Terminal and executing sudo dpkg -i [deb package filename]
to install it via the command line.