-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.31 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
33
34
35
36
37
38
39
40
41
42
43
44
Package: neckaR
Type: Package
Title: Analysis Of Bacterial Growth Curves
Version: 0.2.0
Authors@R: c(person("Jacobo", "de la Cuesta-Zuluaga", email = "jacobo.delacuesta@med.uni-tuebingen.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7369-992X")),
person("Patrick", "Müller", email = "patrick.mueller@med.uni-tuebingen.de", role = c("aut")),
person("Lisa", "Maier", email = "l.maier@uni-tuebingen.de", role = c("aut", "fnd"), comment = c(ORCID = "0000-0002-6473-4762")))
Description: Preparation and analysis of bacterial growth curves obtained from
optical density (OD) measurements. Functions in this package aid in the
identification of abnormal growth curves and the calculation of parameters
such area under the curve (AUC), maximum OD, and end of lag and exponential
phases.
URL: https://github.com/jacodela/neckar
BugReports: https://github.com/jacodela/neckaR/issues
License: MIT + file LICENSE
Depends:
R (>= 4.0)
Imports:
dplyr,
tidyr,
tibble,
stringr,
ggplot2,
purrr,
vctrs,
fitdistrplus,
readxl,
magrittr,
rlang,
grDevices,
stats,
data.table
Suggests:
anomalize,
broom,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3