r-argparse on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S r-argparse

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

$ yay -Rns r-argparse

2. Manually Install "r-argparse" via AUR

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

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

b. Clone r-argparse's git locally

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

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

$ cd ~/r-argparse $ makepkg -si

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

ID: 1330003
Name: r-argparse
PackageBaseID: 198225
PackageBase: r-argparse
Version: 2.2.2-2
Description: Command Line Optional and Positional Argument Parser
URL: https://cran.r-project.org/package=argparse
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: pekkarr
Submitter: pekkarr
FirstSubmitted: 1696673841
LastModified: 1696673841
URLPath: /cgit/aur.git/snapshot/r-argparse.tar.gz