To install this package from github, you need to install first the R package devtools
- Windows users need also to install the program Rtools
- To build the documentation (vignette) it is necessary to have pdlatex installed through e.g MiKTeX
if( ! 'devtools' %in% installed.packages() ) { install.packages('devtools') }
devtools::install_github('gilles-guillot/Geneland', build_vignettes = TRUE)
or if you do not have pdflatex installed, simply:
devtools::install_github('gilles-guillot/Geneland')
Load the package with: library(Geneland)
And explore it with: vignette('Geneland')