RStudio Desktop
Install the pinned RStudio Desktop IDE from Posit. Selecting the rstudio tag also runs the r role first, so R, the user library, and configured CRAN packages are available to the IDE.
ansible-playbook -i inventory -K playbooks/lab-stack.yml --tags rstudioTo install R without the IDE, use the r tag instead.
Launch RStudio
Open RStudio from the desktop application menu, or launch it from a terminal:
rstudio✅ Check
rstudio --version
R --version
rpm -q rstudio