-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.15 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
Package: Shewhart
Type: Package
Title: Shewhart Control Chart Utilities
Version: 0.1.1
Authors@R: c(
person("Andre", "Leite", , "leite@castlab.org", role = c("aut", "cre")),
person("Raydonal", "Ospina", , "raydonal@castlab.org", role = "aut"),
person("Cristiano", "Ferraz", , "first.last@castlab.org", role = "aut")
)
Description: Provides a streamlined workflow for detecting and modeling process phase changes using Shewhart control charts. It features tools for fitting common transformations (log, log-log, Gompertz), identifying phases via the “7 consecutive points” rule, and computing control limits on both transformed and original scales. The package leverages the tidyverse for intuitive data manipulation and is designed to be easily integrated into broader data analysis pipelines.
License: GPL-3
URL: https://github.com/castlaboratory/Shewhart
BugReports: https://github.com/castlaboratory/Shewhart/issues
Depends:
lubridate (>= 1.8.0),
tidyverse (>= 1.3.0),
tibbletime (>= 0.1.6),
tidymodels (>= 1.0.0),
pals (>= 1.7),
scales (>= 1.2.1),
plotly (>= 4.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2