Package: growthcurver Type: Package Title: Simple Metrics to Summarize Growth Curves Version: 0.3.1 Date: 2020-10-3 Authors@R: person("Kathleen", "Sprouffske", email = "sprouffske@gmail.com", role = c("aut", "cre")) Description: Fits the logistic equation to microbial growth curve data (e.g., repeated absorbance measurements taken from a plate reader over time). From this fit, a variety of metrics are provided, including the maximum growth rate, the doubling time, the carrying capacity, the area under the logistic curve, and the time to the inflection point. Method described in Sprouffske and Wagner (2016) . LazyData: TRUE Depends: R (>= 4.0) Imports: minpack.lm (>= 1.2), stats (>= 4.0), graphics (>= 4.0), grDevices (>= 4.0) URL: https://github.com/sprouffske/growthcurver BugReports: https://github.com/sprouffske/growthcurver/issues License: GPL (>= 2) Suggests: testthat, knitr, dplyr, ggplot2, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.1.1 Repository: https://sprouffske.r-universe.dev Date/Publication: 2020-10-15 15:10:49 UTC RemoteUrl: https://github.com/sprouffske/growthcurver RemoteRef: HEAD RemoteSha: 25ea4b301311e95cbc8d18f5c30fb4c750782869 NeedsCompilation: no Packaged: 2026-06-21 07:03:36 UTC; root Author: Kathleen Sprouffske [aut, cre] Maintainer: Kathleen Sprouffske