Skip to content

Commit

Permalink
1.19.1 author email fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joey711 committed Dec 29, 2016
1 parent 706e5d5 commit 7c3eb17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: phyloseq
Version: 1.17.2
Date: 2016-05-13
Version: 1.19.1
Date: 2016-12-29
Title: Handling and analysis of high-throughput microbiome
census data
Description: phyloseq provides a set of classes and tools
to facilitate the import, storage, analysis, and
graphical display of microbiome census data.
Maintainer: Paul J. McMurdie <[email protected]>
Author: Paul J. McMurdie <[email protected]>,
Maintainer: Paul J. McMurdie <[email protected]>
Author: Paul J. McMurdie <[email protected]>,
Susan Holmes <[email protected]>, with
contributions from Gregory Jordan and Scott Chamberlain
License: AGPL-3
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-IO.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ treefilename = system.file("extdata", "biom-tree.phy", package="phyloseq")
refseqfilename = system.file("extdata", "biom-refseq.fasta", package="phyloseq")

test_that("Importing biom files yield phyloseq objects", {
library(biomformat)
library("biomformat")
rdbiom = read_biom(rich_sparse_biom)
rsbiom = read_biom(rich_sparse_biom)

Expand Down

0 comments on commit 7c3eb17

Please sign in to comment.