(Update) How to install RStudio, RStudio Server and Quarto with ‘apt install’
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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:
- RStudio Desktop Stable
- RStudio Desktop Daily Build
- Quarto
- R binary packages (as on Windows)
- RStudio Server new
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)"
If you are already using the script and get an expired certificate warning, run the script again. I generated a new certificate and it should be valid for 180 days and overcomes the apt-key
deprecation.
Star/subscribe to https://github.com/pachadotdev/r-packages-ubuntu to get updates.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.