gilles-guillot / Geneland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • 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

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

About


Languages

Language:Fortran 43.2%Language:R 29.0%Language:TeX 27.5%Language:C 0.2%