Tom Smith
Tom Smith
I am experiencing this problem when trying to install from a self-hosted gitlab instance. I am on R4.2.0, RStudio 2022.02.3 Build 492, and remotes v2.4.2 `remotes::install_gitlab(repo = "/", host =...
proposed functions will simplify reporting from underlying spc data. They may already be partially implemented as internal functions to support calculation of the variation and assurance logos. ``` ptd_get_variation_type() ptd_get_assurance_type()...
Tom Hook on Slack created some helper diagrams which are often needed by people writing reports using this package. Suggest we add these to a repo in case they're useful...
Current state: Exceptional points (those placed outside the process limits) are removed from the calculation of the process limits, but they are still included in the calculation of the mean....
 Should the final point here be special cause? The 3 special cause points here fall outside the control limits. The final point is showing as common cause even though...
A major use-case for the package is to support routine reporting in the #plotthedots style. I propose adding a convenience function such as ptd_get_report_info(), which would accept the ptd_spc() dataframe,...
Based on a question in slack: How do you annotate 2 or more points in the charts (let's say 2 QI interventions)? Potential for an "annotations" argument, which would be...
This url is throwing a 404 error: https://nhsx.github.io/open-health-statistics/
When I do: ``` $process = Ssh::create('root', 'host_ip_here')->execute('whoami') ->usePrivateKey('/home/user/.ssh/id_rsa'); $result = [ 'isSuccessful' => $process->isSuccessful(), 'output' => $process->getOutput(), ]; dd($result); ``` I get the error: ``` Call to undefined method...
The current implementation of faceting accepts only one column name, and faceting is implemented using facet_wrap. It would be convenient to be able to facet by two columns, and to...