Package: cusumcharter Title: Easier CUSUM Control Charts Version: 0.1.9000 Authors@R: person(given = "John", family = "MacKintosh", role = c("aut", "cre"), email = "johnmackintosh.jm@gmail.com") Description: Create CUSUM (cumulative sum) statistics from a vector or dataframe. Also create single or faceted CUSUM control charts, with or without control limits. Accepts vector, dataframe, tibble or data.table inputs. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Suggests: covr, dplyr, knitr, rmarkdown, testthat (>= 3.0.0), tibble Config/testthat/edition: 3 URL: https://github.com/johnmackintosh/cusumcharter, https://johnmackintosh.github.io/cusumcharter/ BugReports: https://github.com/johnmackintosh/cusumcharter/issues Imports: rlang, ggplot2, data.table VignetteBuilder: knitr Repository: https://johnmackintosh.r-universe.dev Date/Publication: 2024-11-22 23:49:19 UTC RemoteUrl: https://github.com/johnmackintosh/cusumcharter RemoteRef: HEAD RemoteSha: 701f04597140098a6ff97588d4ddbda8d007d76b NeedsCompilation: no Packaged: 2026-07-07 09:10:21 UTC; root Author: John MacKintosh [aut, cre] Maintainer: John MacKintosh