Skip to content

Commit 28016a8

Browse files
committed
Fix roxygen named link syntax, repairing install via renv
1 parent ae02a87 commit 28016a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/slide.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#' vignette](https://cmu-delphi.github.io/epiprocess/articles/slide.html) for
55
#' examples.
66
#'
7-
#' @param x The `epi_df` object under consideration,
8-
#' [`dplyr::group_by`][grouped] or ungrouped. If ungrouped, all data in `x`
9-
#' will be treated as part of a single data group.
7+
#' @param x The `epi_df` object under consideration, [grouped][dplyr::group_by]
8+
#' or ungrouped. If ungrouped, all data in `x` will be treated as part of a
9+
#' single data group.
1010
#' @param f Function, formula, or missing; together with `...` specifies the
1111
#' computation to slide. To "slide" means to apply a computation within a
1212
#' sliding (a.k.a. "rolling") time window for each data group. The window is

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.

0 commit comments

Comments
 (0)