r-hub / sysreqsdb

SystemRequirements mappings for R packages
135 stars 32 forks source link

Installation Arch Linux Package from AUR #68

Open ismailsunni opened 4 years ago

ismailsunni commented 4 years ago

In this line https://github.com/r-hub/sysreqsdb/blob/master/platforms/linux-x86_64-arch-gcc.json#L6

It seems it assumes that the packages are available in the Arch official repository. Unfortunately, some packages don't. For example, bwidget that is available in the AUR (Arch Linux User Repository) in https://aur.archlinux.org/packages/bwidget/

As far as I know one needs to use other commands to install it. (e.g. git clone, and install it).

How does sysreqsdb handle it?