Skip to content

Commit 5f1c4dd

Browse files
0.3.2 release canidate
1 parent 13dbf13 commit 5f1c4dd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: metacoder
22
Title: Tools for Parsing, Manipulating, and Graphing Taxonomic Abundance Data
3-
Version: 0.3.1.9002
3+
Version: 0.3.2
44
Authors@R: c(person("Zachary", "Foster", email =
55
"zacharyfoster1989@gmail.com", role = c("aut", "cre")),
66
person("Niklaus", "Grunwald", email =
@@ -51,7 +51,8 @@ Imports:
5151
crayon,
5252
svglite,
5353
phyloseq,
54-
viridisLite
54+
viridisLite,
55+
tibble
5556
Suggests:
5657
knitr,
5758
rmarkdown,

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# News
22

3-
## Development version
3+
## metacoder 0.3.2
44

55
* calculation functions that use the `groups` option now warn if `groups` is used without `cols`.
6-
* Fixed a bug in calculation functions that would name columns incorrectly in some data sets when the `groups` option was used. (issue [#233](https://github.com/grunwaldlab/metacoder/issues/233)).
6+
* Fixed a bug in some calculation functions that would name columns incorrectly in some data sets when the `groups` option was used. (issue [#233](https://github.com/grunwaldlab/metacoder/issues/233)).
77

88
## metacoder 0.3.1
99

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Test environments
22

3-
* local desktop: ubuntu 16.04 install, R 3.5.1
3+
* local desktop: ubuntu 16.04 install, R 3.5.3
44
* on travis-ci: ubuntu 14.04.5 + R 3.5.1, devel, bioc-release
55
* win-builder R 3.5.2 and development
66

0 commit comments

Comments
 (0)