Newer
Older
<!-- README.md is generated from README.Rmd. Please edit that file -->
# GraphstatsR <a href="https://forgemia.inra.fr/etienne.rifa/graphstats"><img src="man/figures/graphstatsr_150px.png" alt="ispickr" align="right" width="150" style="margin-top: 10px; margin-left: 20px;"/></a>
<!-- [](https://lifecycle.r-lib.org/articles/stages.html#experimental) -->
A shiny app allowing users to generate advanced interactive graphics and statistical tests.
Online instance here: https://graphstatsr.sk8.inrae.fr/
sudo apt-get install r-base git libssl-dev cmake libcurl4-openssl-dev libgmp3-dev libmpfr-dev zlib1g-dev
```
* Windows
[Rtools](https://cran.r-project.org/bin/windows/Rtools/) and [git](https://git-scm.com/download/win) are required.
You can install the released version of graphstats from [this
repository](https://forgemia.inra.fr/etienne.rifa/graphstats) with:
install.packages("renv")
options(renv.config.gitlab.host = "https://forgemia.inra.fr")
renv::install("gitlab::etienne.rifa/graphstats@master")