Package: stackr
Type: Package
Title: GBS/RAD Data Exploration, Manipulation and Visualization using R
Version: 0.2.1
Date: 2016-01-13
Encoding: UTF-8
Authors@R: c(
  person("Thierry", "Gosselin", email = "thierrygosselin@icloud.com", role = c("aut", "cre")),
  person("Anne-Laure", "Ferchaud", role = "ctb"),
  person("Laura", "Benestan", role = "ctb"),
  person("Ben", "Sutherland", role = "ctb"))
Maintainer: Thierry Gosselin <thierrygosselin@icloud.com>
Description: Set of tools to look at GBS/RAD data created by STACKS software.
Depends:
    R (>= 3.0.1),
Imports:
    dplyr,
    reshape2,
    ggplot2,
    readr,
    stringr,
    stringi,
    tidyr,
    lazyeval,
    adegenet,
    randomForestSRC,
    stringdist,
    foreach,
    parallel,
    doParallel
Suggests:
    boot,
    pegas,
    plyr,
    hierfstat,
    knitr,
    rmarkdown
License: GPL (>=2)
LazyLoad: yes
VignetteBuilder: knitr
RoxygenNote: 5.0.1
