README.md

Geneland package installation instructions

Requirements

R package devtools

To install this package from github, you need to install first the R package devtools

Windows users

Installation of Geneland

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')

Getting started

Load the package with: library(Geneland)

And explore it with: vignette('Geneland')



gilles-guillot/Geneland documentation built on Feb. 24, 2020, 11:44 a.m.