-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
64 lines (64 loc) · 2.2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: NHSRplotthedots
Type: Package
Title: Draw XmR Charts for NHSE/I 'Making Data Count' Programme
Version: 0.1.0.9000
Authors@R: c(
person("Christopher", "Reading", ,"[email protected]", c("cre", "aut")),
person("Simon", "Wellesley-Miller", ,"[email protected]", "aut"),
person("Zoë", "Turner", , "[email protected]", "aut", comment = c(ORCID = "0000-0003-1033-9158")),
person("Tom", "Jemmett", ,"[email protected]", "aut", comment = c(ORCID="0000-0002-6943-2990")),
person("Tom", "Smith", ,"[email protected]", "aut"),
person("Chris", "Mainey", ,"[email protected]", "aut", comment = c(ORCID ="0000-0002-3018-6171")),
person("John", "MacKintosh", ,"[email protected]", "aut"),
person("Marcos", "Fabietti", ,"[email protected]", "aut"),
person("Fran", "Barton",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-5650-1176")
),
person("NHS-R community",
email = "[email protected]",
role = "cph"
)
)
Maintainer: Christopher Reading <[email protected]>
Description: Provides tools for drawing Statistical Process Control (SPC) charts. This package supports the NHSE/I programme 'Making Data Count', and allows users to draw XmR charts, use change points and apply rules with summary indicators for when rules are breached.
URL: https://nhs-r-community.github.io/NHSRplotthedots,
https://github.com/nhs-r-community/NHSRplotthedots
BugReports: https://nhs-r-community.github.io/NHSRplotthedots/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Imports:
assertthat,
base64enc,
crayon,
dplyr,
ggplot2,
grid,
magrittr,
plotly,
rlang,
rsvg,
scales,
stringr,
tidyselect (>= 1.2.0)
Suggests:
covr,
hexSticker,
knitr,
lintr (>= 3.0.0),
mockery,
NHSRdatasets,
pillar,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tibble,
utils,
withr
Depends: R (>= 4.1.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-GB