Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace addTaxonomyTree with addHierarchyTree #108

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = "tuomas.v.borman@utu.fi",
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.

Loading