Skip to content

0.6.1 - 2026-07-20

Choose a tag to compare

@github-actions github-actions released this 20 Jul 21:54

Release Notes

Added

  • Bare calls to rlang's standalone type-check helpers now narrow the checked
    value in subsequent code. The narrowing covers scalar, vector, class, and
    callable checks and accounts for allow_null and allow_na.
  • stopifnot() and assertthat::assert_that() predicates now narrow values
    after successful assertions.

Fixed

  • Same-named user functions are only treated as rlang standalone checkers when
    their signatures match the expected checker shape, avoiding incorrect
    narrowing for ordinary project functions.
  • The scheduled typeshed update workflow now targets main and leaves pull
    request creation to maintainers.

Typeshed

  • Updated the vendored r-typeshed snapshot to v0.3.0.

Install ry-cli 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sims1253/ry/releases/download/v0.6.1/ry-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/sims1253/ry/releases/download/v0.6.1/ry-cli-installer.ps1 | iex"

Download ry-cli 0.6.1

File Platform Checksum
ry-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ry-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
ry-cli-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ry-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
ry-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ry-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum