Tom Jemmett

Results 33 comments of Tom Jemmett

I've found that `shiny::runApp()` / `shiny::shinyApp()` will both only actually run the app when `print()` is called, so changing your script to ``` r app

I would probably vote for latter rather than gitflow, that feels a little too over the top for this project

Here are some of my (highly opinionated) thoughts on this. I think we should aim to follow the [Tidyverse Style Guide](https://style.tidyverse.org/) where possible. * datasets should be designed for teaching...

Don’t think this is same as #23, that’s to get ods data, this was about the ons mortality files! 🙂

@Lextuga007 is this going to be handled in [monstr](https://github.com/HFAnalyticsLab/monstR)?

I feel like there was a reason this wasn't done before? Having a quick look at the intro r datasets there are a few that aren't relevant to NHS-R (general...

From memory, the logic of screening outliers is to remove from the moving range, it's not to remove them as points from the process. Unless the logic is implemented incorrectly...

looking at code from qicharts2 - file is R/helper.functions.R, function is qic.i, line 139. the mean used there is x$cl, created on line 142 (if you don't manually provide a...

I think in your example you have values that are s>3, s>3, 2

I have been working on the icons to use the icons used in the excel tool (see [update_icons](https://github.com/nhs-r-ommunity/NHSRplotthedots/tree/update_icons) branch), but haven't got round to finishing it off. From memory the...