Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
  • Loading branch information
Daenarys8 committed Oct 14, 2024
1 parent ce13f56 commit 6bff303
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
52 changes: 27 additions & 25 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,44 +33,46 @@ Encoding: UTF-8
LazyData: false
Depends:
R (>= 4.0),
SummarizedExperiment,
TreeSummarizedExperiment,
mia (>= 1.13.0),
ggplot2,
ggraph (>= 2.0)
ggraph (>= 2.0),
mia (>= 1.13.0),
SummarizedExperiment,
TreeSummarizedExperiment
Imports:
methods,
stats,
S4Vectors,
ape,
BiocGenerics,
BiocParallel,
DelayedArray,
scater,
ggtree,
DirichletMultinomial,
dplyr,
ggh4x,
ggnewscale,
viridis,
ggrepel,
ggplot2,
ggraph,
ggtree,
methods,
rlang,
scater,
S4Vectors,
SingleCellExperiment,
stats,
tibble,
tidytext,
tidytree,
tidygraph,
rlang,
purrr,
tidyr,
dplyr,
ape,
DirichletMultinomial,
ggrepel,
SingleCellExperiment
tidytext,
tidytree,
viridis
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat,
patchwork,
vegan,
bluster,
circlize,
ComplexHeatmap,
circlize
knitr,
patchwork,
rmarkdown,
testthat,
vegan
Remotes:
github::microbiome/miaTime
Roxygen: list(markdown = TRUE)
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(ggh4x,facet_nested)
importFrom(ggnewscale,new_scale)
importFrom(ggnewscale,new_scale_colour)
importFrom(ggnewscale,new_scale_fill)
Expand Down
1 change: 1 addition & 0 deletions R/plotAbundance.R
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ setMethod("plotAbundance", signature = c("SummarizedExperiment"), function(
# to split rows to unique facets.
#' @importFrom dplyr select all_of distinct arrange select
#' @importFrom stats formula
#' @importFrom ggh4x facet_nested
.abund_plotter_incorporate_metadata <- function(
plot_out, df, col.var = features, features = NULL,
facet.cols = FALSE, facet.rows = one.facet,
Expand Down

0 comments on commit 6bff303

Please sign in to comment.