-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
32 lines (32 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 = "[email protected]", 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