(Update) How to install RStudio and Quarto with ‘apt install’

R
Ubuntu
RStudio
Quarto
Install R packages as you would do on Windows.
Author

Mauricio “Pachá” Vargas S.

Published

May 10, 2023

R and Shiny Training: If you find this blog to be interesting, please note that I offer personalized and group-based training sessions that may be reserved through Buy me a Coffee. Additionally, I provide training services in the Spanish language and am available to discuss means by which I may contribute to your Shiny project.

As an update to the previous post on this, the current update allows to install:

  1. RStudio Desktop Stable
  2. RStudio Desktop Daily Build
  3. Quarto
  4. R binary packages (as on Windows)

How to do it? I provided a configuration script that you can run with

sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/pachadotdev/r-packages-ubuntu/main/configure.sh)"

Star/subscribe to https://github.com/pachadotdev/r-packages-ubuntu to get updates.