Skip to content

Commit

Permalink
v.0.1.8 You can now opt between [gsi_sim] (https://github.com/eriqand…
Browse files Browse the repository at this point in the history
…e/gsi_sim) or [adegenet] (https://github.com/thibautjombart/adegenet), a R package developed by Thibaul Jombart, to conduct the assignment analysis
  • Loading branch information
thierrygosselin committed Feb 29, 2016
1 parent ae00f7a commit 5e32695
Show file tree
Hide file tree
Showing 5 changed files with 667 additions and 299 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: assigner
Type: Package
Title: Assignment Analysis with GBS/RADseq Data using R
Version: 0.1.7
Date: 2015-02-25
Version: 0.1.8
Date: 2015-02-29
Encoding: UTF-8
Authors@R: c(
person("Thierry", "Gosselin", email = "[email protected]", role = c("aut", "cre")))
Expand All @@ -11,6 +11,7 @@ Description: Set of tools for assignment analysis, tailored for GBS/RADseq data.
Depends:
R (>= 3.0.1),
Imports:
adegenet,
data.table,
dplyr,
ggplot2,
Expand All @@ -23,7 +24,6 @@ Imports:
stringr,
tidyr
Suggests:
adegenet,
devtools,
hierfstat,
knitr,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(dlr)
export(plot_assignment)
export(plot_assignment_dlr)
export(plot_assignment_stacked_bar)
import(adegenet)
import(dplyr)
import(ggplot2)
import(lazyeval)
Expand Down
Loading

0 comments on commit 5e32695

Please sign in to comment.