mikeblazanin / gcplyr

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

better warning for when trans_y = 'log' produces NA's in calc_deriv #146

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

that is, it currently produces an error because NA's are passed to get_windows. Either should error out there, or should exclude the NA's according to na.rm and pass a warning that NA's were generated

mikeblazanin commented 1 year ago

fixed in v1.3.0.9000