Skip to content

Commit 7a1e0ba

Browse files
committed
periods
1 parent 894ba23 commit 7a1e0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ assert_sufficient_f_args <- function(f, ...) {
222222
#' depending on the `cal_ref_time_value` setting.
223223
#'
224224
#' @param before how far `before` each `ref_time_value` the sliding window
225-
#' should extend, as specified in the parent `epi[x]_slide` call Must be a
225+
#' should extend, as specified in the parent `epi[x]_slide` call. Must be a
226226
#' single, non-`NA`, non-negative,[integer-compatible]
227227
#' [vctrs::vec_cast] number of time steps. Used only when
228-
#' `calc_ref_time_value` is `TRUE`
228+
#' `calc_ref_time_value` is `TRUE`.
229229
#' @param calc_ref_time_value Boolean indicating whether the computation
230230
#' function should include a step to calculate `ref_time_value` based on the
231231
#' contents of the group data `.x`. This is used in `epi_slide`. When this

0 commit comments

Comments
 (0)