Skip to content

Commit dceadd7

Browse files
authored
Bump roxygen to 7.3.3 (#6596)
* redocument * fix links to non-topics
1 parent ea4e161 commit dceadd7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Config/usethis/last-upkeep: 2025-04-23
8383
Encoding: UTF-8
8484
LazyData: true
8585
Roxygen: list(markdown = TRUE)
86-
RoxygenNote: 7.3.2
86+
RoxygenNote: 7.3.3
8787
Collate:
8888
'ggproto.R'
8989
'ggplot-global.R'

R/labeller.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ build_strip <- function(label_df, labeller, theme, horizontal) {
538538
#' Takes the output from title_spec, adds margins, creates gList with strip
539539
#' background and label, and returns gtable matrix.
540540
#'
541-
#' @param grobs Output from [titleGrob()].
541+
#' @param grobs Output from `titleGrob()`.
542542
#' @param theme Theme object.
543543
#' @param horizontal Whether the strips are horizontal (e.g. x facets) or not.
544544
#' @param clip should drawing be clipped to the specified cells (‘"on"’),the

R/scale-expansion.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ default_expansion <- function(scale, discrete = expansion(add = 0.6),
132132
#' will fall back to the `limits`. In `expand_limits_scale()`, `coord_limits`
133133
#' are in user data space and can be `NULL` (unspecified), since the transformation
134134
#' from user to mapped space is different for each scale.
135-
#' @param expand An expansion generated by [expansion()] or [default_expansion()].
135+
#' @param expand An expansion generated by [expansion()] or `default_expansion()`.
136136
#' @param trans The coordinate system transformation.
137137
#'
138138
#' @return A list with components `continuous_range`, which is the

R/stat-contour.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ iso_to_geom <- function(iso, group = 1, geom = "path") {
278278
#' @param isoband_levels `names()` of an [isoband::isobands()] object.
279279
#'
280280
#' @return A vector of labels like those used in
281-
#' [cut()] and [cut_inverval()].
281+
#' [cut()] and `cut_inverval()`.
282282
#' @noRd
283283
#'
284284
pretty_isoband_levels <- function(isoband_levels, dig.lab = 3) {

R/theme.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
#' @param validate `TRUE` to run `check_element()`, `FALSE` to bypass checks.
218218
#' @export
219219
#' @seealso
220-
#' [add_gg()] and [%+replace%],
220+
#' [add_gg()] and [`%+replace%`][get_theme()],
221221
#' [element_blank()], [element_line()],
222222
#' [element_rect()], and [element_text()] for
223223
#' details of the specific theme elements.

man/fortify-multcomp.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/fortify.lm.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ggplot2-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/theme.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)