-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 928 Bytes
/
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
Package: cusumcharter
Title: Easier CUSUM Control Charts
Version: 0.1.9000
Authors@R:
person(given = "John",
family = "MacKintosh",
role = c("aut", "cre"),
email = "[email protected]")
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
LazyData: true
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