-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* several performance update * couple of bug fix for detecting file formats
- Loading branch information
1 parent
c9e5531
commit b7fbc43
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")), | ||
|
@@ -32,7 +32,8 @@ Imports: | |
purrr, | ||
amap, | ||
tibble, | ||
methods | ||
methods, | ||
tidyverse | ||
Suggests: | ||
pegas, | ||
hierfstat, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters