-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.37 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
45
46
47
48
49
50
Package: audit
Title: Shiny Application to Help Audit Your Growth Curves
Version: 0.1.1
Authors@R: person("Nicolas", "Coutin", , "[email protected]", c("aut", "cre"), comment = c(ORCID = "0000-0001-9336-226X"))
Maintainer: Nicolas Coutin <[email protected]>
Description: This package provides a shiny application that ushers you through
interactive analysis of growth curve experiments. Automated Usher for Data
Inspection and Tidying (AUDIT) for Growth Curves.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Imports:
shiny (>= 1.4.0),
shinydashboard (>= 0.7.1),
plater (>= 1.0.1),
ggplot2 (>= 3.2.1),
shinyalert (>= 1.0),
mtpview1 (>= 0.0.3),
readcg12 (>= 0.1.0),
readgp1 (>= 0.2.0),
readyg (>= 0.1.0),
readbioscreen (>= 0.1.1),
mtpview (>= 0.1.0),
growr (>= 0.2.1),
DT (>= 0.9),
tidyr (>= 1.0.0),
mtputils (>= 0.1.1),
dplyr (>= 0.8.3),
stringr (>= 1.4.0),
readr (>= 1.3.1),
rlang (>= 0.4.0),
crayon (>= 1.3.4),
glue (>= 1.3.1),
tibble (>= 2.1.3),
purrr (>= 0.3.3),
markdown
Remotes:
npjc/readcg12,
npjc/readgp1,
npjc/readyg,
npjc/readbioscreen,
npjc/mtpview1,
npjc/mtpview,
npjc/growr,
tidyverse/ggplot2,
tidyverse/tidyr,
npjc/mtputils
URL: https://github.com/npjc/audit
BugReports: https://github.com/npjc/audit/issues