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

understandable error when names are forgotten in make_design #122

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

specifically, when the ... args are just list(a, b, c) instead of design_name = list(a, b, c) should error and tell users to include names for all ... args

mikeblazanin commented 1 year ago

done in v1.2.0.9000