Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhodge931 committed Jan 24, 2025
1 parent dcbaf73 commit 9c7e351
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggblanket
Title: Simplify 'ggplot2' Visualisation
Version: 11.9.9.9000
Version: 12.0.0
Authors@R:
person("David", "Hodge", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3868-7501"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggblanket 11.9.9.9000
# ggblanket 12.0.0

* Breaking: renamed `mode` and `mode_orientation` arguments to `theme` and `theme_orientation`.
* Breaking: renamed `label_to_case` argument to `label_case`.
Expand Down
1 change: 1 addition & 0 deletions R/gg_label.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' library(dplyr)
#'
#' set_blanket()
#' weave_font_defaults()
#'
#' bind_rows(
#' mtcars |> slice_min(order_by = mpg),
Expand Down
1 change: 1 addition & 0 deletions R/gg_text.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' library(dplyr)
#'
#' set_blanket()
#' weave_font_defaults()
#'
#' bind_rows(
#' mtcars |> slice_min(order_by = mpg),
Expand Down
1 change: 1 addition & 0 deletions man/gg_label.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/gg_text.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/testthat/test-article-demo-light.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ testthat::skip_on_os(c("mac", "linux"))
library(ggplot2)
library(dplyr)
set_blanket()
weave_font_defaults()
weave_reference_defaults()

## ---------------------------------------------------------------------------------------------------
test_name <- "gg_area"
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-set_blanket.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ test_that(test_name, {
theme_axis_ticks_rm = FALSE,
theme_panel_grid_rm = FALSE
)
weave_font_defaults()
weave_reference_defaults()

p <- penguins |>
mutate(across(sex, \(x) stringr::str_to_sentence(x))) |>
Expand Down

0 comments on commit 9c7e351

Please sign in to comment.