From 9864b37180d884f09894a297da2ed302ac8b4de4 Mon Sep 17 00:00:00 2001 From: Tom Smith Date: Tue, 7 Nov 2023 23:19:34 +0000 Subject: [PATCH 1/2] remove END --- vignettes/get_started.Rmd | 3 --- vignettes/multiple_reports.Rmd | 3 --- 2 files changed, 6 deletions(-) diff --git a/vignettes/get_started.Rmd b/vignettes/get_started.Rmd index ec4d389..e752109 100644 --- a/vignettes/get_started.Rmd +++ b/vignettes/get_started.Rmd @@ -72,6 +72,3 @@ spcr_make_report( You should now have an example report in your working directory After running this example, the next stage is to move the example files to your machine, and start to modify them to create a report of your own data. - ---- -END diff --git a/vignettes/multiple_reports.Rmd b/vignettes/multiple_reports.Rmd index e1625b5..cc7223c 100644 --- a/vignettes/multiple_reports.Rmd +++ b/vignettes/multiple_reports.Rmd @@ -46,6 +46,3 @@ all_my_reports |> purrr::pwalk(spcr_make_report) ``` - ---- -END From 597d78051333b78f971871a37782c26bd4f0152d Mon Sep 17 00:00:00 2001 From: Tom Smith Date: Tue, 7 Nov 2023 23:20:02 +0000 Subject: [PATCH 2/2] add video in iframe --- README.Rmd | 7 ++----- README.md | 8 ++------ 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/README.Rmd b/README.Rmd index 7edc69a..1e18ae8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,8 +24,8 @@ knitr::opts_chunk$set( The layout and method are heavily inspired by the NHS England & Improvement ["Making Data Count" programme](https://bmjleader.bmj.com/content/5/4/252), which encourages the use of SPC and time-series charts to replace "red, amber, green" threshold performance reporting. The SPC calculations are made using the {NHSRplotthedots} package, from the [NHS-R Community](https://nhsrcommunity.com/). -This is a link to my [2022 NHS-R Conference](https://nhsrcommunity.com/events/nhs-r-online-speaker-conference-2022-9th-november-2022/) talk, where I presented an overview of the package. -![](https://www.youtube.com/watch?v=fWYehE5U6Vs&t=2862s) +This is a link to my [2022 NHS-R Conference](https://nhsrcommunity.com/events/nhs-r-online-speaker-conference-2022-9th-november-2022/) talk, where I presented an overview of the package: + ## Installation @@ -69,6 +69,3 @@ spcr_make_report( [Creating multiple reports](https://thomuk.github.io/SPCreporter/articles/multiple_reports.html) - An example of how to use {purrr} to automate groups of reports. ---- - -END diff --git a/README.md b/README.md index 8c8c83c..8af4953 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Community](https://nhsrcommunity.com/). This is a link to my [2022 NHS-R Conference](https://nhsrcommunity.com/events/nhs-r-online-speaker-conference-2022-9th-november-2022/) -talk, where I presented an overview of the package. -![](https://www.youtube.com/watch?v=fWYehE5U6Vs&t=2862s) +talk, where I presented an overview of the package: + ## Installation @@ -66,7 +66,3 @@ this package. [Creating multiple reports](https://thomuk.github.io/SPCreporter/articles/multiple_reports.html) - An example of how to use {purrr} to automate groups of reports. - ------------------------------------------------------------------------- - -END