Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Config/usethis/last-upkeep: 2025-04-23
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Collate:
'ggproto.R'
'ggplot-global.R'
Expand Down
2 changes: 1 addition & 1 deletion R/labeller.R
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ build_strip <- function(label_df, labeller, theme, horizontal) {
#' Takes the output from title_spec, adds margins, creates gList with strip
#' background and label, and returns gtable matrix.
#'
#' @param grobs Output from [titleGrob()].
#' @param grobs Output from `titleGrob()`.
#' @param theme Theme object.
#' @param horizontal Whether the strips are horizontal (e.g. x facets) or not.
#' @param clip should drawing be clipped to the specified cells (‘"on"’),the
Expand Down
2 changes: 1 addition & 1 deletion R/scale-expansion.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ default_expansion <- function(scale, discrete = expansion(add = 0.6),
#' will fall back to the `limits`. In `expand_limits_scale()`, `coord_limits`
#' are in user data space and can be `NULL` (unspecified), since the transformation
#' from user to mapped space is different for each scale.
#' @param expand An expansion generated by [expansion()] or [default_expansion()].
#' @param expand An expansion generated by [expansion()] or `default_expansion()`.
#' @param trans The coordinate system transformation.
#'
#' @return A list with components `continuous_range`, which is the
Expand Down
2 changes: 1 addition & 1 deletion R/stat-contour.R
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ iso_to_geom <- function(iso, group = 1, geom = "path") {
#' @param isoband_levels `names()` of an [isoband::isobands()] object.
#'
#' @return A vector of labels like those used in
#' [cut()] and [cut_inverval()].
#' [cut()] and `cut_inverval()`.
#' @noRd
#'
pretty_isoband_levels <- function(isoband_levels, dig.lab = 3) {
Expand Down
2 changes: 1 addition & 1 deletion R/theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
#' @param validate `TRUE` to run `check_element()`, `FALSE` to bypass checks.
#' @export
#' @seealso
#' [add_gg()] and [%+replace%],
#' [add_gg()] and [`%+replace%`][get_theme()],
#' [element_blank()], [element_line()],
#' [element_rect()], and [element_text()] for
#' details of the specific theme elements.
Expand Down
2 changes: 1 addition & 1 deletion man/fortify-multcomp.Rd

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

2 changes: 1 addition & 1 deletion man/fortify.lm.Rd

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

2 changes: 1 addition & 1 deletion man/ggplot2-package.Rd

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

2 changes: 1 addition & 1 deletion man/theme.Rd

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

Loading