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

check dependencies for those that should be suggested #92

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

And edit their usage in functions following guidelines at: https://r-pkgs.org/dependencies-in-practice.html

E.g. mgcv should probably be suggested, rather than required, since it's only needed for gam

mikeblazanin commented 1 year ago

also readxl can probably be switched to a suggest with checks for when it's installed

mikeblazanin commented 1 year ago

done in v0.11.2.9000