Skip to content

Commit e065418

Browse files
update description, news and refresh docs
1 parent d07d6ad commit e065418

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: coveffectsplot
22
Title: Produce Forest Plots to Visualize Covariate Effects
3-
Version: 1.0.4
3+
Version: 1.0.5
44
Authors@R: c(
55
person("Samer", "Mouksassi", email = "[email protected]",
66
role = c("aut", "cre"),comment = c(ORCID = "https://orcid.org/0000-0002-7152-6654")),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coveffectsplot 1.0.5
2-
* hotfix for upcoming ggplot2
3-
* added option to not color table text
2+
* hotfix for upcoming ggplot2 fix typo in vignette thanks to Teun
3+
* added `show_table_facet_strip` and `table_facet_switch` arguments to allow user to force a table text colour when desired
44

55
# coveffectsplot 1.0.4
66
* updated vignettes and examples

R/forest_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ label_wrap <- function(width) {
6565
#' @param break_ylabel Split Y axis labels into multiple lines. Logical FALSE TRUE.
6666
#' @param y_label_text_width Number of characters to break Y axis labels.
6767
#' @param table_text_size Table text size.
68-
#' @param table_text_colour_overwrite. Logical TRUE FALSE.
68+
#' @param table_text_colour_overwrite Logical TRUE FALSE.
6969
#' @param table_text_colour Table text color to be used and overwrites mapped color
7070
#' @param base_size theme_bw base_size for the plot and table.
7171
#' @param theme_benrich apply Benjamin Rich's theming.

man/forest_plot.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)