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

tax_transform add argument doesn't accept halfmin #77

Closed david-barnett closed 1 year ago

david-barnett commented 1 year ago

input check is too strict, remove it, allow internal function to handle type checking

david-barnett commented 1 year ago

add tests too to prevent regression in future versions