mikeblazanin / gcplyr

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

add warning in calc_deriv or smooth_data when unlikely to be grouped properly #120

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

It's often easy to forget to group your data before mutating. Add a warning that checks if your data is not grouped and passed to calc_deriv or smooth_data

mikeblazanin commented 1 year ago

done in v1.2.0.9002