rustup_windows | R Documentation |
Install Rust
rustup_windows(targets = c("i686-pc-windows-gnu", "x86_64-pc-windows-gnu"))
rust_uninstall()
targets |
which compiler targets would you like to install |
if(grepl("64", Sys.info()[["machine"]])){
rust_uninstall()
rustup_windows()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.