ZIP
WinGet
arf console
eitsupi · 0.3.4 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
arf-console-aarch64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
eitsupi.arf
Version
0.3.4
Description
Alternative R Frontend — a modern R console written in Rust
License
MIT
↗
Homepage
https://github.com/eitsupi/arf
Installer URL
https://github.com/eitsupi/arf/releases/download/v0.3.4/arf-console-aarch64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes
Added
- Experimental: ; shortcut to switch to shell mode at an empty R prompt (experimental.shell_semicolon_shortcut). One keypress — no :shell or Enter required. Similar to Julia REPL shell mode. When the buffer is not empty, ; inserts a semicolon as usual. Disabled by default. (#192)
Fixed
- :help no longer fails to render documentation for functions whose Rd source contains % operators (e.g. base::solve). The root cause was passing as.character(rd) without deparse = TRUE, which…