Skip to content

Commit

Permalink
v2.2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Jan 19, 2018
1 parent 128af81 commit 9f3b770
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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
Version: 2.2.5.1
Date: 2018-01-19
Author: Roy Mathew Francis
Authors@R: person("Roy", "Francis", email = "roy.m.francis@outlook.com",role = c("aut", "cre"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pophelper 2.2.5a
pophelper 2.2.5.1
===========
* 19-Jan-2018
* Added arguments 'xaxisbreaks' and 'xaxislabels' to evannoMethodStructure()
Expand Down
4 changes: 2 additions & 2 deletions R/pophelper.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Begin ------------------------------------------------------------------------

# pophelper v2.2.5a
# pophelper v2.2.5.1
# Functions
# 10-Jan-2018

Expand Down Expand Up @@ -4497,7 +4497,7 @@ summarizeQ <- summariseQ

#ON LOAD
.onLoad <- function(...) {
packageStartupMessage("pophelper v2.2.5a ready.")
packageStartupMessage("pophelper v2.2.5.1 ready.")
}

# End --------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pophelper 2.2.5
# pophelper 2.2.5.1

`pophelper` is an R package and web app to analyse and visualise population structure. `pophelper` curently supports output run files generated from population analysis programs such as STRUCTURE, TESS, TESS3, BAPS and numeric delimited formats such as ADMIXTURE or fastSTRUCTURE. The `pophelper` package can be used to read run files to R, tabulate runs, summarise runs, estimate *K* using the Evanno method, align clusters within K using CLUMPP, export files for DISTRUCT and generate barplot figures.

Expand Down
2 changes: 1 addition & 1 deletion tests/testmanual/test-all.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test Script
# v2.2.5a
# v2.2.5.1
# 19-Jan-2018

library(testthat)
Expand Down

0 comments on commit 9f3b770

Please sign in to comment.