-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 946 Bytes
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 946 Bytes
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
Package: autospc
Title: Automatically Partitioned SPC Charts
Version: 0.0.0.9048
Authors@R: c(
person("Thomas", "Woodcock", , "woodcock.thomas@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4735-4856")),
person("Imogen", "O'Connor", , "imogen.connor-helleur@imperial.ac.uk", role = "aut")
)
Description: Creates spc charts with control limits and centre line
calculations partitioned into distinct periods.
License: GPL-3
Imports:
cowplot,
DiagrammeR,
dplyr,
fpCompare,
ggnewscale,
ggplot2,
lifecycle,
magrittr,
rlang,
scales,
stringr,
tibble,
tidyr,
tools
Suggests:
bookdown,
knitr,
rmarkdown,
testthat,
ggrepel,
ggpp
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.2.0)
VignetteBuilder: knitr
URL: https://horridtom.github.io/autospc/