-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
executable file
·47 lines (47 loc) · 1.68 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
Package: SixSigma
Type: Package
Title: Six Sigma Tools for Quality Control and Improvement
Version: 0.11.0.9000
Encoding: UTF-8
Authors@R: c(person("Emilio L.", "Cano", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6101-9755")),
person("Javier M.", "Moguerza", role = c("aut")),
person("Mariano", "Prieto", role = c("aut")),
person("Andrés", "Redchuk", role = c("aut")),
person("Karl", "Tatgenhorst", role = c("ctb"),
comment = c(ORCID = "0009-0005-1974-4768")),
person("Paula", "Martínez", role = c("ctb")),
person("Manuel", "Alfaro", role = c("ctb")))
Maintainer: Emilio L. Cano <[email protected]>
BugReports: https://github.com/emilopezcano/SixSigma/issues/
Description: Functions and utilities to perform
Statistical Analyses in the Six Sigma way.
Through the DMAIC cycle (Define, Measure, Analyze, Improve, Control),
you can manage several Quality Management studies:
Gage R&R, Capability Analysis, Control Charts, Loss Function Analysis,
etc. Data frames used in the books "Six Sigma with R" [ISBN 978-1-4614-3652-2]
and "Quality Control with R" [ISBN 978-3-319-24046-6],
are also included in the package.
URL: https://www.sixsigmawithr.com/, http://emilopezcano.github.io/SixSigma/, https://github.com/emilopezcano/SixSigma/
License: GPL (>= 2)
Depends:
R (>= 3.5.0)
Imports:
grDevices,
stats,
graphics,
lattice,
ggplot2,
reshape2,
nortest,
e1071,
scales,
testthat,
xtable
LazyLoad: yes
LazyData: yes
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Suggests:
covr