Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up docs #48

Merged
merged 2 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<iframe width="560" height="315" src="https://www.youtube.com/embed/fWYehE5U6Vs;start=2862" title="YouTube video player" frameborder="0" allowfullscreen></iframe>

## Installation

Expand Down Expand Up @@ -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
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<iframe width="560" height="315" src="https://www.youtube.com/embed/fWYehE5U6Vs;start=2862" title="YouTube video player" frameborder="0" allowfullscreen></iframe>

## Installation

Expand Down Expand Up @@ -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
3 changes: 0 additions & 3 deletions vignettes/get_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions vignettes/multiple_reports.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,3 @@ all_my_reports |>
purrr::pwalk(spcr_make_report)

```

---
END