forked from nhs-r-community/NHSRplotthedots
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.85 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
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("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.2.1
Roxygen: list(markdown = TRUE)
Imports:
ggplot2,
scales,
dplyr,
rlang,
crayon,
stringr,
assertthat,
rsvg,
tidyselect (>= 1.2.0)
Suggests:
covr,
lintr (>= 3.0.0),
testthat (>= 3.0.0),
rmarkdown,
knitr,
mockery,
withr,
spelling,
utils,
NHSRdatasets,
grid,
hexSticker
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US