Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
antagomir committed Dec 22, 2018
1 parent 66c8d4f commit aaccf72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/plot_composition.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
x#' @title Taxonomic Composition Plot
#' @title Taxonomic Composition Plot
#' @description Plot taxon abundance for samples.
#' @param x \code{\link{phyloseq-class}} object
#' @param sample.sort Order samples. Various criteria are available:
Expand Down
6 changes: 3 additions & 3 deletions inst/extras/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://support.rstudio.com/hc/en-us/articles/200626518-Customizing-Package-Bubuiild-Options
#/usr/bin/R CMD BATCH document.R
/usr/bin/R CMD build ../../ --resave-data #--no-examples --no-build-vignettes
/usr/bin/R CMD check microbiome_1.5.25.tar.gz #--no-build-vignettes --no-examples
/usr/bin/R CMD BiocCheck microbiome_1.5.25.tar.gz
/usr/bin/R CMD INSTALL microbiome_1.5.25.tar.gz
/usr/bin/R CMD check microbiome_1.5.26.tar.gz #--no-build-vignettes --no-examples
/usr/bin/R CMD BiocCheck microbiome_1.5.26.tar.gz
/usr/bin/R CMD INSTALL microbiome_1.5.26.tar.gz
1 change: 1 addition & 0 deletions tests/testthat/test_merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test_that("Merging ok", {

#x <- dietswap
library(phyloseq)
data(GlobalPatterns)
x <- GlobalPatterns
a1 <- abundances(aggregate_taxa(x, level = "Genus"))
a2 <- colSums(abundances(x)[which(tax_table(x)[, "Genus"] == "Dialister"), ])
Expand Down

0 comments on commit aaccf72

Please sign in to comment.