diff --git a/DESCRIPTION b/DESCRIPTION index da6ebb97..d8db5205 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 -Author: Paul J. McMurdie , +Maintainer: Paul J. McMurdie +Author: Paul J. McMurdie , Susan Holmes , with contributions from Gregory Jordan and Scott Chamberlain License: AGPL-3 diff --git a/tests/testthat/test-IO.R b/tests/testthat/test-IO.R index afdebbe4..25be08ea 100644 --- a/tests/testthat/test-IO.R +++ b/tests/testthat/test-IO.R @@ -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)