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) <doi:10.1186/s12859-016-1016-7>.
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
NeedsCompilation: no
Packaged: 2020-10-15 15:17:34 UTC; sprouffske
Author: Kathleen Sprouffske [aut, cre]
Maintainer: Kathleen Sprouffske <sprouffske@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-19 23:00:06 UTC
Built: R 4.0.2; ; 2020-10-20 10:25:18 UTC; unix
