Package: shewhartr Type: Package Title: Statistical Process Control with Tidyverse-Native Workflows Version: 1.3.0 Authors@R: c( person("André", "Leite", , "leite@castlab.org", role = c("aut", "cre")), person("Hugo", "Vasconcelos", , "hugo.vasconcelos@ufpe.br", role = "aut"), person("Raydonal", "Ospina", , "raydonal@castlab.org", role = "aut"), person("Cristiano", "Ferraz", , "cferraz@castlab.org", role = "aut"), person("Castlab", role = c("cph", "fnd")) ) Description: A comprehensive toolkit for Statistical Process Control (SPC) that combines the rigor of classical Shewhart methodology with modern tidyverse-native interfaces. Provides classical control charts for variables (I-MR, Xbar-R, Xbar-S) and attributes (p, np, c, u), as well as regression-based control charts for processes with trend. Includes Nelson runs tests, Average Run Length (ARL) simulation, process capability indices with bootstrap confidence intervals, Box-Cox transformation guidance, and a clean Phase I / Phase II workflow. All chart objects integrate with broom via 'tidy', 'glance' and 'augment' methods. References: Shewhart (1931, ISBN:0-87389-076-0); Montgomery (2019, ISBN:978-1-119-39930-8); Nelson (1984) ; Woodall (2000) ; Box & Cox (1964) . License: GPL-3 URL: https://castlaboratory.github.io/shewhartr/, https://github.com/castlaboratory/shewhartr BugReports: https://github.com/castlaboratory/shewhartr/issues Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: rlang (>= 1.1.0), cli (>= 3.6.0), dplyr (>= 1.1.0), purrr (>= 1.0.0), tibble (>= 3.2.0), tidyselect (>= 1.2.0), ggplot2 (>= 3.5.0), broom (>= 1.0.0), slider (>= 0.3.0), grid, grDevices, stats, utils Suggests: patchwork (>= 1.1.0), plotly (>= 4.10.0), qcc (>= 2.7), lubridate (>= 1.9.0), testthat (>= 3.2.0), vdiffr (>= 1.0.0), knitr, rmarkdown, pkgdown, MASS Config/testthat/edition: 3 RoxygenNote: 7.3.3 VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev Repository: https://castlaboratory.r-universe.dev Date/Publication: 2026-05-09 00:58:43 UTC RemoteUrl: https://github.com/castlaboratory/shewhartr RemoteRef: HEAD RemoteSha: d302b1b65662f91278b578c98619ca7cea2f75c9 NeedsCompilation: no Packaged: 2026-06-13 09:19:47 UTC; root Author: André Leite [aut, cre], Hugo Vasconcelos [aut], Raydonal Ospina [aut], Cristiano Ferraz [aut], Castlab [cph, fnd] Maintainer: André Leite