Skip to content

Commit

Permalink
1.15.3 scales selective import, Issue 577
Browse files Browse the repository at this point in the history
  • Loading branch information
joey711 committed Mar 20, 2016
1 parent da341fe commit 3b25fa0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: phyloseq
Version: 1.15.2
Date: 2016-01-25
Version: 1.15.3
Date: 2016-03-20
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 <mcmurdie@alumni.stanford.edu>
Maintainer: Paul J. McMurdie <[email protected]>
Author: Paul J. McMurdie <[email protected]>,
Susan Holmes <[email protected]>, with
contributions from Gregory Jordan and Scott Chamberlain
Expand All @@ -26,7 +26,7 @@ Imports:
multtest (>= 2.16.0),
plyr (>= 1.8),
reshape2 (>= 1.2.2),
scales (>= 0.2.3),
scales (>= 0.3.0),
vegan (>= 2.0.10),
Biobase
Depends:
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ import(foreach)
import(ggplot2)
import(methods)
import(reshape2)
import(scales)
importClassesFrom(Biostrings,AAStringSet)
importClassesFrom(Biostrings,BStringSet)
importClassesFrom(Biostrings,DNAStringSet)
Expand Down Expand Up @@ -223,6 +222,7 @@ importFrom(plyr,ddply)
importFrom(plyr,is.discrete)
importFrom(plyr,ldply)
importFrom(plyr,llply)
importFrom(scales,log_trans)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(vegan,betadiver)
Expand Down
4 changes: 2 additions & 2 deletions R/plot-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ nodeplotdefault = function(size=2L, hjust=-0.2){
#' There are many useful examples of phyloseq tree graphics in the
#' \href{http://joey711.github.io/phyloseq/plot_tree-examples}{phyloseq online tutorials}.
#'
#' @import scales
#' @importFrom scales log_trans
#' @import ggplot2
#' @importFrom data.table setkey
#' @importFrom data.table setkeyv
Expand Down Expand Up @@ -2489,7 +2489,7 @@ RadialTheta <- function(pos){
#' \href{http://joey711.github.io/phyloseq/plot_heatmap-examples}{phyloseq online tutorials}.
#'
#' @importFrom vegan scores
#' @import scales
#' @importFrom scales log_trans
#'
#' @export
#' @examples
Expand Down

0 comments on commit 3b25fa0

Please sign in to comment.