-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 841 Bytes
/
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
Package: grofitr
Title: Prepare and analyze microbial growth data for use with R/grofit
Version: 0.0.0.9000
Authors@R: person("Drew", "Doering", email = "[email protected]", role = c("aut", "cre"))
Description: A package intended to facilitate cleaning and processing of
data for use with the package `grofit`. Take output from common plate
readers (such as BMG, Tecan, etc), process it, and estimate growth
parameters such as lag time, growth rate, saturation point, and area under
the curve.
Depends:
R (>= 3.3.0)
Imports:
grofit,
dplyr,
magrittr,
ggplot2,
RColorBrewer,
tidyr,
readr,
stringr,
tidyselect
Remotes: cran/grofit
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr