r-pkgbuild on AUR (Arch User Repository)

Last updated: April 29,2024

1. Install "r-pkgbuild" 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-pkgbuild on Arch using YAY

$ yay -S r-pkgbuild

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

$ yay -Rns r-pkgbuild

2. Manually Install "r-pkgbuild" via AUR

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

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

b. Clone r-pkgbuild's git locally

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

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

$ cd ~/r-pkgbuild $ makepkg -si

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

ID: 1367905
Name: r-pkgbuild
PackageBaseID: 149850
PackageBase: r-pkgbuild
Version: 1.4.3-1
Description: Find Tools Needed to Build R Packages
URL: https://cran.r-project.org/package=pkgbuild
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: greyltc
Submitter: dviktor
FirstSubmitted: 1583500933
LastModified: 1702295498
URLPath: /cgit/aur.git/snapshot/r-pkgbuild.tar.gz