§2024-12-15

RStudio Desktop RStudio IDE User Guide

Want to learn about core or advanced workflows in [RStudio?](https://docs.posit.co/ide/user/ Explore the RStudio User Guide or the Getting Started section.

1: Install R

RStudio requires R 3.6.0+. Choose a version of R that matches your computer’s operating system.

(base) alexlai@ApiServer:~$ sudo apt install --no-install-recommends r-base
(base) alexlai@ApiServer:~$ R --version
R version 4.1.2 (2021-11-01) -- "Bird Hippie"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information about these matters see
https://www.gnu.org/licenses/.
  1. Download
wget https://download1.rstudio.org/electron/jammy/amd64/rstudio-2024.09.1-394-amd64.deb
sudo dpkg -i rstudio-2024.09.1-394-amd64.deb