diff --git a/DESCRIPTION b/DESCRIPTION index 9556f0d..a02fa45 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")) diff --git a/NEWS b/NEWS index 501cb94..12e9189 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -pophelper 2.2.5a +pophelper 2.2.5.1 =========== * 19-Jan-2018 * Added arguments 'xaxisbreaks' and 'xaxislabels' to evannoMethodStructure() diff --git a/R/pophelper.R b/R/pophelper.R index 67b0b54..8003947 100644 --- a/R/pophelper.R +++ b/R/pophelper.R @@ -1,6 +1,6 @@ # Begin ------------------------------------------------------------------------ -# pophelper v2.2.5a +# pophelper v2.2.5.1 # Functions # 10-Jan-2018 @@ -4497,7 +4497,7 @@ summarizeQ <- summariseQ #ON LOAD .onLoad <- function(...) { - packageStartupMessage("pophelper v2.2.5a ready.") + packageStartupMessage("pophelper v2.2.5.1 ready.") } # End -------------------------------------------------------------------------- diff --git a/README.md b/README.md index d04eff9..e5dbdf3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/tests/testmanual/test-all.R b/tests/testmanual/test-all.R index 0a4c16b..9c002e5 100644 --- a/tests/testmanual/test-all.R +++ b/tests/testmanual/test-all.R @@ -1,5 +1,5 @@ # Test Script -# v2.2.5a +# v2.2.5.1 # 19-Jan-2018 library(testthat)