r-markdown on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S r-markdown

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

$ yay -Rns r-markdown

2. Manually Install "r-markdown" via AUR

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

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

b. Clone r-markdown's git locally

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

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

$ cd ~/r-markdown $ makepkg -si

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

ID: 1365363
Name: r-markdown
PackageBaseID: 141720
PackageBase: r-markdown
Version: 1.12-1
Description: Render Markdown with 'commonmark'
URL: https://cran.r-project.org/package=markdown
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: pekkarr
Submitter: Kibouo
FirstSubmitted: 1556817509
LastModified: 1701842622
URLPath: /cgit/aur.git/snapshot/r-markdown.tar.gz