david-barnett / microViz

R package for microbiome data visualization and statistics. Uses phyloseq, vegan and the tidyverse. Docker image available.
https://david-barnett.github.io/microViz/
GNU General Public License v3.0
94 stars 10 forks source link

fix: fixed erroneous taxon ordering that occurred if comp_barplot tax_level is set to "Taxon" #114

Closed david-barnett closed 1 year ago

david-barnett commented 1 year ago

This occurred in the tax_rename documentation! https://david-barnett.github.io/microViz/reference/tax_rename.html

codecov-commenter commented 1 year ago

Codecov Report

Merging #114 (b8ac3e7) into main (23a30ec) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
+ Coverage   75.30%   75.31%   +0.01%     
==========================================
  Files          68       68              
  Lines        4677     4679       +2     
==========================================
+ Hits         3522     3524       +2     
  Misses       1155     1155              
Impacted Files Coverage Δ
R/comp_barplot.R 90.90% <100.00%> (+0.12%) :arrow_up: