Package Details: r-air-bin 0.10.0-2

Git Clone URL: https://aur.archlinux.org/r-air-bin.git (read-only, click to copy)
Package Base: r-air-bin
Description: An R language server and formatter
Upstream URL: https://github.com/posit-dev/air
Licenses: MIT
Conflicts: r-air
Provides: r-air
Submitter: novica
Maintainer: novica
Last Packager: novica
Votes: 1
Popularity: 0.004351
First Submitted: 2025-05-24 19:10 (UTC)
Last Updated: 2026-06-24 07:08 (UTC)

Latest Comments

novica commented on 2026-06-20 12:04 (UTC)

@Living sorry about that. Should be fixed now.

Living commented on 2026-06-20 08:08 (UTC)

@novica: For the latest update (to 0.10.0), I get an error of checksum mismatch. Looking at the Git log PKGBUILD I guess you might have forgotten to change the sha256sums_x86_64 field. :)

novica commented on 2026-03-21 12:55 (UTC)

@meriops but if you have another suggestion please let me know

novica commented on 2026-03-19 10:37 (UTC)

@meriops unfortunately there is already a tool named air in Arch packages. And to avoid conflict this is the solution. Also see: https://github.com/posit-dev/air/issues/347.

meriops commented on 2026-03-19 10:34 (UTC)

Given this (and also sister package r-air) installs the air CLI tool rather than an R package per se, the installed binary should probably be called air rather than r-air. It also makes it easier to find for the arf console for example.

novica commented on 2025-06-12 08:17 (UTC)

Hi. Thanks for letting me know. Should be fixed now. I need to remember better all the steps to update the package in the future.

Living commented on 2025-06-12 08:03 (UTC)

Installation fails because the sha256sum of the tar file doesn’t match. This is the correct SHA from the GitHub release 0.7.0:

sha256sums_x86_64=('e1e09fd3f482892a67c8fdba8d7c9a5fc508cc20f626ca8cb551f12c03b787cb'
                    '19713ea69a4231105033c381dc2145148d26eab51e0b7e458ef4e775db531863')

Thanks for the AUR package!