Newer
Older
# HTRfit
## Installation
To install the latest version of HTRfit, run the following in your R console :
```
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("https://gitbio.ens-lyon.fr/aduvermy/HTRfit", build_vignettes = T)
```
When dependencies are met, installation should take under 20 seconds.
## CRAN packages dependencies
```
install.packages(c("car", "data.table", "parallel", "data.table", "ggplot2", "gridExtra", "glmmTMB", "magrittr", "MASS", "plotROC", "reshape2", "rlang", "S4Vectors", "stats", "utils"))
```
### System requirements
### Getting started
You can access the package's main vignette from your R console with
```
library(HTRfit)
vignette("HTRfit")
vignette("HTRfit-pdf")
```