Skip to content

Commit 0d3ea1b

Browse files
committed
Fix broken reference in roxygen docs
1 parent d9682da commit 0d3ea1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/slide.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#' the sliding window extend? At least one of these two arguments must be
2525
#' provided; the other's default will be 0. Any value provided for either
2626
#' argument must be a single, non-`NA`, non-negative,
27-
#' [vctrs:vec_cast][integer-compatible] number of time steps. Endpoints of the
27+
#' [integer-compatible][vctrs::vec_cast] number of time steps. Endpoints of the
2828
#' window are inclusive. Common settings:
2929
#' * For trailing/right-aligned windows from `ref_time_value - time_step(k)`
3030
#' to `ref_time_value`: either pass `before=k` by itself, or pass `before=k,

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