Skip to content

Commit 86c7dab

Browse files
committed
Fix invalid link text breaking installs via renv
(The problem appears to be link text that is partially \code-style, partially not.)
1 parent 28016a8 commit 86c7dab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/methods-epi_archive.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ epix_detailed_restricted_mutate = function(.data, ...) {
511511
#' [`dplyr::mutate`]-like syntax here to calculate new columns on which to
512512
#' perform grouping, but note that, if you are regrouping an already-grouped
513513
#' `.data` object, the calculations will be carried out ignoring such grouping
514-
#' (same as [in \code{dplyr}][dplyr::group_by]).
514+
#' (same as [in dplyr][dplyr::group_by]).
515515
#' * In `ungroup`: either
516516
#' * empty, in order to remove the grouping and output an `epi_archive`; or
517517
#' * variable name(s) or other ["tidy-select"][dplyr::dplyr_tidy_select]

man/group_by.epi_archive.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)