Skip to content

dbdahl/salso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages