This is the GitHub repository that hosts the R package vullioud2018
.
This package aims at documenting how we obtained the results for the paper entitled "Social support drives female dominance in the spotted hyaena" by Colin Vullioud, Eve Davidian, Bettina Wachter, François Rousset, Alexandre Courtiol & Oliver P. Höner (accepted in Nature Ecology and Evolution), DOI: https://dx.doi.org/10.1038/s41559-018-0718-9
The only planned updates are updates that will be necessary to maintain the compatibility with other packages, so that our code won't break.
To see our source code, you simply browse the files above within GitHub.
First make sure that the R package drat
is installed on your system.
If that is not the case, install the R package by simply typing (inside your R Console):
install.packages("drat")
Once the R package drat
is installed, you can simply install our packages by typing (inside your R Console):
drat::addRepo("hyenaproject")
install.packages("vullioud2018")
Once the package is installed, you can simply use it by typing (inside your R Console):
library("vullioud2018")
To get the instructions on how to continue after that type (inside your R Console):
?vullioud2018
If you have any problem, feel free to contact us: [email protected]