Skip to content

Commit

Permalink
**v.0.3.9**
Browse files Browse the repository at this point in the history
* several performance update
* couple of bug fix for detecting file formats
  • Loading branch information
thierrygosselin committed Oct 26, 2016
1 parent c9e5531 commit b7fbc43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: stackr
Type: Package
Title: GBS/RADseq Data Exploration, Manipulation and Visualization using R
Version: 0.3.8
Date: 2016-09-19
Version: 0.3.9
Date: 2016-10-25
Encoding: UTF-8
Authors@R: c(
person("Thierry", "Gosselin", email = "[email protected]", role = c("aut", "cre")),
Expand Down Expand Up @@ -32,7 +32,8 @@ Imports:
purrr,
amap,
tibble,
methods
methods,
tidyverse
Suggests:
pegas,
hierfstat,
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ citation("stackr")
## New features
Change log, version, new features and bug history now lives in the [NEWS.md file] (https://github.com/thierrygosselin/stackr/blob/master/NEWS.md)

**v.0.3.9**
* several performance update
* couple of bug fix for detecting file formats

**v.0.3.8**
* fixed a bug in `filter_genotype_likelihood`, since the updated function to the
interactive mode, some old code where still present in if/else sentences, breaking
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ year = "2016",
author = personList(as.person("Thierry Gosselin"), as.person("Louis Bernatchez")),
url = "https://github.com/thierrygosselin/stackr",
doi = "http://dx.doi.org/10.5281/zenodo.53832",
textVersion = paste("Thierry Gosselin, Louis Bernatchez, (2016). stackr: GBS/RAD Data Exploration, Manipulation and Visualization using R. R package version 0.3.1. https://github.com/thierrygosselin/stackr. doi : 10.5281/zenodo.53832")
textVersion = paste("Thierry Gosselin, Louis Bernatchez, (2016). stackr: GBS/RAD Data Exploration, Manipulation and Visualization using R. R package version 0.3.9. https://github.com/thierrygosselin/stackr. doi : 10.5281/zenodo.53832")
)

0 comments on commit b7fbc43

Please sign in to comment.