v0.5.1 (2024-04-13)
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 meanscargo 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 generatesMakevars
that supports debug build when
DEBUG
envvar is set totrue
(i.e., indevtools::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 |