rustup: Install Rust

rustup_windowsR Documentation

Install Rust

Description

Install Rust

Usage

rustup_windows(targets = c("i686-pc-windows-gnu", "x86_64-pc-windows-gnu"))

rust_uninstall()

Arguments

targets

which compiler targets would you like to install

Examples

if(grepl("64", Sys.info()[["machine"]])){
rust_uninstall()
rustup_windows()
}

r-rust/rustup documentation built on Oct. 11, 2024, 8:26 p.m.