To install this package from github, you need to install first the R package devtools
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.