Skip to content

Commit

Permalink
Replace addTaxonomyTree with addHierarchyTree after renaming the func…
Browse files Browse the repository at this point in the history
…tion in mia package
  • Loading branch information
thpralas committed Feb 29, 2024
1 parent adc8e9e commit 81ac9fc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: miaViz
Title: Microbiome Analysis Plotting and Visualization
Version: 1.11.0
Version: 1.11.1
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
Expand Down Expand Up @@ -62,5 +62,5 @@ Suggests:
microbiomeDataSets,
bluster
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Changes in version 1.9.x
+ Added plotCCA and plotRDA functions

Changes in version 1.11.x
+ replace addTaxonomyTree with addHierarchyTree after renaming in mia package
2 changes: 1 addition & 1 deletion R/plotTree.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
#' y
#' })
#' x <- unsplitByRanks(GlobalPatterns)
#' x <- addTaxonomyTree(x)
#' x <- addHierarchyTree(x)
#'
#' highlights <- c("Phylum:Firmicutes","Phylum:Bacteroidetes",
#' "Family:Pseudomonadaceae","Order:Bifidobacteriales")
Expand Down
17 changes: 17 additions & 0 deletions man/miaViz-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/plotTree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81ac9fc

Please sign in to comment.