Skip to content

v0.5.1 (2024-04-13)

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 08:17
· 151 commits to main since this release

Release Notes

New features

  • An experimental new subcommand savvy-cli test runs tests by extracting and
    wrapping the test code with a temporary R package. This is because savvy
    always requires a real R session, which means cargo test doesn't work. Note
    that this relies on the savvy R package. Please install it before trying this.

    install.packages("savvy", repos = c("https://yutannihilation.r-universe.dev", "https://cloud.r-project.org"))
  • savvy-cli init now generates Makevars that supports debug build when
    DEBUG envvar is set to true (i.e., in devtools::load_all()).

Download savvy-cli 0.5.1

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