mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
28 stars 2 forks source link

Allow ignoring of warning for infinite values treated as NA in calc_deriv #203

Closed mikeblazanin closed 4 months ago

mikeblazanin commented 4 months ago

Otherwise there can be so many warnings for infinite values, it buries all the other warnings

mikeblazanin commented 4 months ago

Similarly, allow ignoring of warning for values below 0 that become NA after log-transformation

mikeblazanin commented 4 months ago

Also just generally, allowing ignoring of warning by class for all functions that can be used inside mutate or summarize is really necessari