Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.16 KB

File metadata and controls

27 lines (19 loc) · 1.16 KB

Release summary

This is a first release of a package wrapper for ggplot2 to draw funnel plots for indirectly standardised ratios, such as those used to compare mortality in hospitals against predicted rates. It processes input data and adjusts for overdispersion before drawing a ggplot2 object and returning relevant data.frames. Future updates will include methods for proportions and ratios of counts.

Comments from two previous CRAN submissions resolved:

  • Added absolute link to CODE_OF_CONDUCT.md, rather than relative.
  • Links academic papers in roxygen2 and DESCRIPTION changed to use doi: rather than \href element
  • Rephrased DESRIPTION to remove 'This package...'
  • Removed \donotrun in examples, as it was not appropriate

Test environments

  • local windows 7, R 3.6.1

  • local windows 10, R 3.6.1

  • ubuntu 16.04.6 LTS (on travis-ci), R 3.6.1

  • r-hub:

    • Ubuntu Linux 16.04 LTS, R-release, GCC, fedora-clang-devel
    • Fedora Linux, R-devel, clang, gfortran
    • Windows Server 2008 R2 SP1, R-devel, 32/64 bit

R CMD check results

There were no ERRORs or WARNINGs.

Downstream dependencies

There are currently no downstream dependencies for this package.