Skip to content

Commit

Permalink
Added Citation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismainey committed Dec 12, 2019
1 parent 58b5fb8 commit 888af56
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/draw_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ draw_plot<-function(mod_plot_agg, x_label, y_label, title, label_outliers, multi
xlab(x_label) +
ylab(y_label) +
ggtitle(title) +
# theme_bw()+
# theme_bw()+
theme(
plot.title = element_text(hjust = 0.5, face = "bold"),
plot.subtitle = element_text(hjust = 0.5, face = "italic")
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Release summary
This is a second release of a package wrapper for ggplot2 to draw funnel plots for indirectly standardised ratios. It is a minor release, adding a new scaling argument, fixing typos, hiding internal functions, and fixing several minor bugs.
This is a minor bug-fix for the FunnelPlotR where support material and function defaults did not match. Updated documentation, no other changes made.

## Test environments
* local windows 7, R 3.6.1
Expand Down
15 changes: 15 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
citHeader("To cite FunnelPlotR in publications use:")

citEntry(
entry = "Manual",
title = "FunnelPlotR: Funnel plots for risk-adjusted indicators",
author = "Chris Mainey",
year = "2019",
note = "Rpackage version 0.2.2",
url = "https://CRAN.R-project.org/package=FunnelPlotR",
textVersion =
paste("Chris Mainey (2019).",
"FunnelPlotR: Funnel plots for risk-adjusted indicators.",
"Rpackage version 0.2.2.",
"https://CRAN.R-project.org/package=FunnelPlotR.")
)

0 comments on commit 888af56

Please sign in to comment.