Release Notes
-
Air has gained support for excluding files and folders (#128).
-
Air now excludes a set of default R files and folders by default. These
include generated files such ascpp11.R
andRcppExports.R
, as well as
folders that may contain such files, likerenv/
andrevdep/
. If you'd
prefer to have Air format these files as well, set the new
default-exclude
option tofalse
. -
To add additional files or folders to exclude, use the new
exclude
option.
This accepts a list of.gitignore
style patterns, such as
exclude = ["file.R", "folder/", "files-like-*-this.R"]
.
-
-
Linux binaries are now available. Note that your Linux distribution must
support glibc 2.31+ for the binary to work (#71). -
ARM Windows binaries are now available (#170).
Install air 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/posit-dev/air/releases/download/0.3.0/air-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/posit-dev/air/releases/download/0.3.0/air-installer.ps1 | iex"
Download air 0.3.0
File | Platform | Checksum |
---|---|---|
air-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
air-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
air-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
air-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
air-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
air-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |