Skip to content

Commit ee810fa

Browse files
author
Fran Barton
committed
Update package documentation
1 parent 61383af commit ee810fa

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SPCreporter
22
Title: Creates Metric Reports using Statistical Process Control in the NHS style
3-
Version: 0.2.0.9000
3+
Version: 0.2.0.9002
44
Authors@R: c(
55
person("Tom", "Smith",, "tomsmith_uk@hotmail.com", role = c("aut", "cre")),
66
person("Fran", "Barton",, "fbarton@alwaysdata.net", role = "aut"))
@@ -15,7 +15,7 @@ Description: Takes a dataset file and a configuration file to produce an HTML
1515
License: MIT + file LICENSE
1616
Encoding: UTF-8
1717
Roxygen: list(markdown = TRUE)
18-
RoxygenNote: 7.2.3
18+
RoxygenNote: 7.3.1
1919
URL: https://github.com/ThomUK/SPCreporter,
2020
https://thomuk.github.io/SPCreporter/
2121
BugReports: https://github.com/ThomUK/SPCreporter/issues
@@ -41,7 +41,8 @@ Imports:
4141
tidyr,
4242
tidyselect,
4343
usethis,
44-
utils
44+
utils,
45+
withr
4546
Suggests:
4647
mockery,
4748
readxl,

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
export(spcr_make_data_bundle)
44
export(spcr_make_report)
5+
importFrom(assertthat,assert_that)
56
importFrom(dplyr,across)
67
importFrom(dplyr,if_any)
78
importFrom(dplyr,if_else)
89
importFrom(dplyr,pick)
910
importFrom(ggplot2,aes)
1011
importFrom(glue,glue)
12+
importFrom(lubridate,days)
1113
importFrom(rlang,":=")
1214
importFrom(rlang,.data)
1315
importFrom(tidyselect,all_of)

R/SPCreporter-package.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"_PACKAGE"
33

44
## usethis namespace: start
5+
#' @importFrom assertthat assert_that
56
#' @importFrom dplyr across if_any if_else pick
67
#' @importFrom ggplot2 aes
78
#' @importFrom glue glue
9+
#' @importFrom lubridate days
810
#' @importFrom rlang := .data
911
#' @importFrom tidyselect all_of any_of everything
1012
#' @importFrom utils head tail

SPCreporter.code-workspace

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
]
7+
}

0 commit comments

Comments
 (0)