Skip to content

Commit

Permalink
v2.2.6
Browse files Browse the repository at this point in the history
* R requirement set to 3.4.0
* Argument 'grplabface' added to plotQ() to adjust font face of group labels
* plotQ(): Div lines are printed with joined plots, group labels and sorting
* ploQ(): Argument 'ordergrp' must be set to TRUE with joined plots with group labels and sorting
  • Loading branch information
royfrancis committed May 2, 2018
1 parent 9f3b770 commit f8220c6
Show file tree
Hide file tree
Showing 36 changed files with 2,881 additions and 365 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: pophelper
Type: Package
Title: Tabulate, analyse and visualise admixture proportions from STRUCTURE, TESS, BAPS, ADMIXTURE and tab-delimited q-matrices
files
Version: 2.2.5.1
Date: 2018-01-19
Version: 2.2.6
Date: 2018-05-02
Author: Roy Mathew Francis
Authors@R: person("Roy", "Francis", email = "roy.m.francis@outlook.com",role = c("aut", "cre"))
Maintainer: Roy Mathew Francis <roy.m.francis@outlook.com>
Expand All @@ -13,7 +13,7 @@ Description: A set of useful functions for processing admixture proportion files
K using Evanno method, export clumpp files, export distruct files and generate barplots.
URL: https://github.com/royfrancis/pophelper
Depends:
R(>= 3.1.2),
R(>= 3.4.0),
Cairo,
ggplot2
Imports:
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pophelper 2.2.6
===========
* 02-May-2018
* getDim() adjusted better for shared and unshared individual labels.
* Argument 'grplabface' added to plotQ() to adjust font face of group labels
* plotQ(): Div lines are printed with joined plots, group labels and sorting
* plotQ(): With joined plots and group labels with multiple label sets, when sorting, argument 'ordergrp' must be set to TRUE. Individuals and group labels were not correctly matched with joined output, group labels and sorting. This has been corrected. Group labels are sorted by all labels started with selgrp.
* for-loops in all functions changed to seq_along()
* sortInd() gets a new argument 'ordergrp' which orders group labels when sorting

pophelper 2.2.5.1
===========
* 19-Jan-2018
Expand Down
Loading

0 comments on commit f8220c6

Please sign in to comment.