-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.14 KB
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
Package: qcc
Version: 3.0
Date: 2026-01-07
Title: Quality Control Charts
Description: Shewhart quality control charts for continuous, attribute and count data. Cusum and EWMA charts. Operating characteristic curves. Process capability analysis. Pareto chart and cause-and-effect chart. Multivariate control charts.
Authors@R: c(person("Luca", "Scrucca", role = c("aut", "cre", "cph"),
email = "luca.scrucca@unibo.it",
comment = c(ORCID = "0000-0003-3826-0484")),
person("Greg", "Snow", role = "ctb",
email = "greg.snow@ihc.com"),
person("Peter", "Bloomfield", role = "ctb",
email = "Peter_Bloomfield@ncsu.edu"))
Depends:
R (>= 4.0),
ggplot2 (>= 4.0),
patchwork (>= 1.3)
Imports:
graphics,
grDevices,
grid,
MASS,
scales,
cli,
crayon
Suggests:
knitr (>= 1.5),
rmarkdown (>= 2.3),
testthat (>= 3.0.0)
VignetteBuilder:
knitr
License: GPL (>= 2)
URL: https://luca-scr.github.io/qcc/
BugReports: https://github.com/luca-scr/qcc/issues
Repository: CRAN
ByteCompile: true
LazyData: true
Encoding: UTF-8
Config/testthat/edition: 3