d4_install_cargo: Build & Install d4tools Using Cargo

Description Usage Arguments Examples

View source: R/install.R

Description

A convenience function for building & installing d4tools from crates.io using cargo. Requires a Rust install and 'gcc'.

Usage

1

Arguments

...

any valid cargo install flags passed as R function arguments. Omit leading dashes, and replace dashes between words with underscores (_).

cargo

path to cargo if installed at a nonstandard location. Default: "~/.cargo/bin/cargo".

Examples

1
2
3
4
## Not run: 
d4_install_cargo()

## End(Not run)

snystrom/rd4tools documentation built on Dec. 31, 2020, 7:29 a.m.