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.

Known issues

  • Bug related to double spaces in metadata: In HTML, consecutive spaces are automatically collapsed into a single one. This causes inconsistencies between the original dataset and the information displayed by the web application. Conclusion: Avoid using multiple spaces in metadata.