Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 759 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 759 Bytes

Installation

Installation from CRAN

The latest release is available on CRAN:

install.packages('salso')

Installation from Source

You can also install the latest development version from source.

First install the development tools. On MacOS, install Xcode command line tools by running sudo xcode-select --install. On Windows, install Rtools.

Then install the remotes and cargo packages:

install.packages("remotes")
remotes::install_github("dbdahl/cargo-framework/cargo")

Now install the Rust toolchain:

cargo::install(force = TRUE)

Finally, install the package itself:

remotes::install_github("dbdahl/salso/salso")