Package: growthcurver
Type: Package
Title: Simple Metrics to Summarize Growth Curves
Version: 0.3.0
Date: 2018-07-30
Authors@R: person("Kathleen", "sprouffske", email = "sprouffske@gmail.com", role = c("aut", "cre"))
Description: This is a simple package that 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.
LazyData: TRUE
Depends: R (>= 3.4.0)
Imports: minpack.lm (>= 1.1), stats (>= 3.4.0), graphics (>= 3.4.0),
        grDevices (>= 3.4.0)
URL: https://github.com/sprouffske/growthcurver
BugReports: https://github.com/sprouffske/growthcurver/issues
License: GPL (>= 2)
Suggests: testthat, knitr, dplyr, ggplot2
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-07-30 17:12:35 UTC; sprouffske
Author: Kathleen sprouffske [aut, cre]
Maintainer: Kathleen sprouffske <sprouffske@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-30 17:30:10 UTC
