Skip to content

Commit a50eaef

Browse files
committed
docs: address unqualified-cross-reference check issues
1 parent b59cd8f commit a50eaef

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

R/autoplot.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Automatically plot an epi_df or epi_archive
22
#'
33
#' @param object,x An `epi_df` or `epi_archive`
4-
#' @param ... <[`tidy-select`][dplyr_tidy_select]> One or more unquoted
4+
#' @param ... <[`tidy-select`][dplyr::dplyr_tidy_select]> One or more unquoted
55
#' expressions separated by commas. Variable names can be used as if they
66
#' were positions in the data frame, so expressions like `x:y` can
77
#' be used to select a range of variables.
@@ -22,7 +22,7 @@
2222
#' @param .max_facets `r lifecycle::badge("deprecated")`
2323
#' @param .facet_filter Select which facets will be displayed. Especially
2424
#' useful for when there are many `geo_value`'s or keys. This is a
25-
#' <[`rlang`][args_data_masking]> expression along the lines of [dplyr::filter()].
25+
#' <[`rlang`][rlang::args_data_masking]> expression along the lines of [dplyr::filter()].
2626
#' However, it must be a single expression combined with the `&` operator. This
2727
#' contrasts to the typical use case which allows multiple comma-separated expressions
2828
#' which are implicitly combined with `&`. When multiple variables are selected

R/inline-roxygen.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#'
88
#' @keywords internal
99
tidyselect_arg_roxygen <- '
10-
<[`tidy-select`][dplyr_tidy_select]> An unquoted column
10+
<[`tidy-select`][dplyr::dplyr_tidy_select]> An unquoted column
1111
name (e.g., `cases`), multiple column names (e.g., `c(cases, deaths)`),
1212
[other tidy-select expression][tidyselect::language], or a vector of
1313
characters (e.g. `c("cases", "deaths")`). Variable names can be used as if

R/revision_analysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#' the window afterwards at 150.
2727
#'
2828
#' @param epi_arch an epi_archive to be analyzed
29-
#' @param ... <[`tidyselect`][dplyr_tidy_select]>, used to choose the column to
29+
#' @param ... <[`tidyselect`][dplyr::dplyr_tidy_select]>, used to choose the column to
3030
#' summarize. If empty and there is only one value/measurement column (i.e.,
3131
#' not in [`key_colnames`]) in the archive, it will automatically select it.
3232
#' If supplied, `...` must select exactly one column.

R/slide.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@
108108
#'
109109
#' ## Advanced uses of `.f` via tidy evaluation
110110
#'
111-
#' If specifying `.f` via tidy evaluation, in addition to the standard [`.data`]
112-
#' and [`.env`], we make some additional "pronoun"-like bindings available:
111+
#' If specifying `.f` via tidy evaluation, in addition to the standard [`.data`][rlang::.data]
112+
#' and [`.env`][rlang::.env], we make some additional "pronoun"-like bindings available:
113113
#'
114114
#' - .x, which is like `.x` in [`dplyr::group_modify`]; an ordinary object
115115
#' like an `epi_df` rather than an rlang [pronoun][rlang::as_data_pronoun]
116-
#' like [`.data`]; this allows you to use additional `dplyr`, `tidyr`, and
116+
#' like `.data`; this allows you to use additional `dplyr`, `tidyr`, and
117117
#' `epiprocess` operations. If you have multiple expressions in `...`, this
118118
#' won't let you refer to the output of the earlier expressions, but `.data`
119119
#' will.

man/autoplot-epi.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.

man/epi_slide.Rd

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

man/epi_slide_opt.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/revision_analysis.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/sum_groups_epi_df.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)