r-optparse on AUR (Arch User Repository)

Last updated: June 07,2024

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

$ yay -S r-optparse

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

$ yay -Rns r-optparse

2. Manually Install "r-optparse" via AUR

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

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

b. Clone r-optparse's git locally

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

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

$ cd ~/r-optparse $ makepkg -si

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

ID: 1273533
Name: r-optparse
PackageBaseID: 148110
PackageBase: r-optparse
Version: 1.7.3-1
Description: R command line parser inspired by Python's 'optparse'
URL: https://cran.r-project.org/package=optparse
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: nobodyinperson
Submitter: nobodyinperson
FirstSubmitted: 1578855127
LastModified: 1686814629
URLPath: /cgit/aur.git/snapshot/r-optparse.tar.gz