-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.49 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: SPCreporter
Title: Creates Metric Reports using Statistical Process Control in the NHS style
Version: 0.2.0.9004
Authors@R: c(
person("Tom", "Smith",, "[email protected]", role = c("aut", "cre")),
person("Fran", "Barton",, "[email protected]", role = "aut"))
Description: Takes a dataset file and a configuration file to produce an HTML
report with each metric presented as an SPC chart. The initial rendering of
the report contains the charts folded to enable quick scanning of
"variation" and "assurance" status. Each metric can be unfolded to reveal
the SPC chart to support clinical and management planning.
The NHSRplotthedots package is used for SPC calculations, and the
"variation" and "assurance" is in line with the popular standard within the
UK's National Health Service (NHS).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/ThomUK/SPCreporter,
https://thomuk.github.io/SPCreporter/
BugReports: https://github.com/ThomUK/SPCreporter/issues
Depends:
R (>= 4.1.0)
Imports:
assertthat,
beepr,
dplyr (>= 1.1.0),
ggplot2,
glue,
knitr,
lubridate,
NHSRplotthedots,
pagedown,
purrr (>= 1.0.0),
ragg,
readr,
rlang,
rmarkdown,
stringr (>= 1.5.0),
tibble,
tidyr,
tidyselect,
usethis,
utils,
withr
Suggests:
mockery,
readxl,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr