Skip to contents

🤔 Frequently Asked Question

## How do I install GraphstatsR ?

You just need to run these commands in R4.4.2 / Rstudio :

install.packages("renv")
options(renv.config.gitlab.host = "https://forgemia.inra.fr")

renv::install("gitlab::etienne.rifa/graphstats@master")

On Windows Rtools and git are required.

Where can I find a toy data set for GraphstatsR ?

Locally on your computer in the path returned by this command, in the dataset subfolder:

system.file(package = "graphstatsr")

or on the GraphstatsR repository.

I have issues with the input tables. How can I fix them?

Errors may occur when tables modified in Microsoft Excel introduce inconsistent encoding formats. We recommend using LibreOffice to avoid such issues.

I have a super idea to improve this magnificient tool, where can I propose it ?

You can open a new issue here.