r-ggplot2 on AUR (Arch User Repository)

Last updated: May 18,2024

1. Install "r-ggplot2" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install r-ggplot2 on Arch using YAY

$ yay -S r-ggplot2

* (Optional) Uninstall r-ggplot2 on Arch using YAY

$ yay -Rns r-ggplot2

2. Manually Install "r-ggplot2" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone r-ggplot2's git locally

$ git clone https://aur.archlinux.org/r-ggplot2.git ~/r-ggplot2

c. Go to ~/r-ggplot2 folder and install it

$ cd ~/r-ggplot2 $ makepkg -si

3. Information about the r-ggplot2 package on Arch User Repository (AUR)

ID: 1414248
Name: r-ggplot2
PackageBaseID: 132965
PackageBase: r-ggplot2
Version: 3.5.0-1
Description: Create Elegant Data Visualisations Using the Grammar of Graphics
URL: https://cran.r-project.org/package=ggplot2
NumVotes: 5
Popularity: 0.117943
OutOfDate:
Maintainer: pekkarr
Submitter: frichtlm
FirstSubmitted: 1527726099
LastModified: 1708696075
URLPath: /cgit/aur.git/snapshot/r-ggplot2.tar.gz