Skip to content

Contributing R packages

Jerome Goudet edited this page Mar 20, 2015 · 9 revisions

The list of R packages from which developers participate in the hackathon or are contributing otherwise.

adegenet

To install the development version of adegenet

You will need the package devtools to be able to install the devel version of adegenet. To install devtools:

install.packages("devtools")
library("devtools")

To install adegenet devel:

install_github("thibautjombart/adegenet")
library("adegenet")

ape

pegas

coalescentMCMC

poppr

  • title: poppr, An R package for genetic analysis of populations with mixed (clonal/sexual) reproduction
  • development page: https://github.com/grunwaldlab/poppr
  • maintainer: Zhian N. Kamvar and Niklaus J. Grünwald

Installation:

Maintenance version (bug fixes and minor improvements):

devtools::install_github("grunwaldlab/poppr")

Development version (potentially major changes/improvements. Might be unstable):

devtools::install_github("grunwaldlab/poppr@devel")

OutFLANK

  • title: OutFLANK, an R package for performing Fst-outlier tests based on inferred distribution of neutral Fst.
  • development page: https://github.com/whitlock/OutFLANK
  • maintainer: Michael C Whitlock and Katie E Lotterhos

phangorn

  • title: Phylogenetic Analysis in R: Estimation of phylogenetic trees and networks using Maximum Likelihood, Maximum Parsimony, distance methods and Hadamard conjugation.
  • development page: https://github.com/KlausVigo/phangorn
  • maintainer: Klaus Schliep

strataG

Hierfstat

rmetasim