Skip to content

Installation

Gavin Douglas edited this page Mar 8, 2023 · 2 revisions

Recommended

FuncDiv is available through CRAN and can be installed with:

install.packages('FuncDiv')

Development version

The latest development version can also be installed directly from GitHub with:

library(devtools)
install_github("gavinmdouglas/FuncDiv", ref = "main")

Past releases

You can also download a specific release and build it from source.

Clone this wiki locally