Skip to content
Snippets Groups Projects
README.md 772 B
Newer Older
Arnaud Duvermy's avatar
Arnaud Duvermy committed
# HTRfit

## Installation

To install the latest version of HTRfit, run the following in your R console :

```
if (!requireNamespace("remotes", quietly = TRUE))
    install.packages("remotes")
Arnaud Duvermy's avatar
Arnaud Duvermy committed
remotes::install_git("https://gitbio.ens-lyon.fr/aduvermy/HTRfit")
Arnaud Duvermy's avatar
Arnaud Duvermy committed
```

When dependencies are met, installation should take under 20 seconds.


## CRAN packages dependencies

```
Arnaud Duvermy's avatar
Arnaud Duvermy committed
install.packages(c("car", "parallel", "data.table", "ggplot2", "gridExtra", 
                    "glmmTMB", "magrittr", "MASS", "plotROC", "reshape2", 
                    "rlang", "S4Vectors", "stats", "utils"))
Arnaud Duvermy's avatar
Arnaud Duvermy committed
```

### System requirements



### Getting started

You can access the package's main vignette from your R console with

```
library(HTRfit)
vignette("HTRfit")
vignette("HTRfit-pdf")
```