Get started with R by installing these two essential components:
- R: The core programming language
- RStudio: The best IDE for working with R
Get started with R by installing these two essential components:
Use your package manager:
# Debian/Ubuntu
sudo apt-get install r-base
# Fedora
sudo dnf install R
# Arch Linux
sudo pacman -S r
print("Hello R!")
install.packages(c("tidyverse", "ggplot2", "dplyr"))
Adjust these settings in RStudio (Tools > Global Options):