INSTALL.md

Installing

The sfit package is neither on CRAN nor on Bioconductor. To install it, it can be installed from HenrikBengtsson's personal DRAT by calling:

install.packages("sfit", repos = "https://henrikbengtsson.github.io/drat")

This should work on Linux and MS Windows. On macOS, you need to have compiler tools installed.

Installing from source

Alternatively, you can install it directly from source. Because this package also compiles native code, Windows users need to have Rtools installed and macOS users need to have Xcode installed. To install the latest stable version from source, call:

remotes::install_github("HenrikBengtsson/sfit", ref="master")

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/sfit", ref="develop")


HenrikBengtsson/sfit documentation built on Nov. 12, 2022, 8:26 p.m.