Skip to content

Commit 888af56

Browse files
committed
Added Citation
1 parent 58b5fb8 commit 888af56

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

R/draw_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ draw_plot<-function(mod_plot_agg, x_label, y_label, title, label_outliers, multi
8383
xlab(x_label) +
8484
ylab(y_label) +
8585
ggtitle(title) +
86-
# theme_bw()+
86+
# theme_bw()+
8787
theme(
8888
plot.title = element_text(hjust = 0.5, face = "bold"),
8989
plot.subtitle = element_text(hjust = 0.5, face = "italic")

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Release summary
2-
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.
2+
This is a minor bug-fix for the FunnelPlotR where support material and function defaults did not match. Updated documentation, no other changes made.
33

44
## Test environments
55
* local windows 7, R 3.6.1

inst/CITATION

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
citHeader("To cite FunnelPlotR in publications use:")
2+
3+
citEntry(
4+
entry = "Manual",
5+
title = "FunnelPlotR: Funnel plots for risk-adjusted indicators",
6+
author = "Chris Mainey",
7+
year = "2019",
8+
note = "Rpackage version 0.2.2",
9+
url = "https://CRAN.R-project.org/package=FunnelPlotR",
10+
textVersion =
11+
paste("Chris Mainey (2019).",
12+
"FunnelPlotR: Funnel plots for risk-adjusted indicators.",
13+
"Rpackage version 0.2.2.",
14+
"https://CRAN.R-project.org/package=FunnelPlotR.")
15+
)

0 commit comments

Comments
 (0)