Skip to content

Commit 9cf5229

Browse files
committed
Remove invalid link to undocumented helper function
1 parent cac02c2 commit 9cf5229

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

R/utils.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,14 +1119,14 @@ validate_slide_window_arg <- function(arg, time_type, lower = 1, allow_inf = TRU
11191119
#' in, if supported by the class of `time_delta`, even if `time_type` doesn't
11201120
#' necessarily support Inf/-Inf entries. Basically a slide window arg but
11211121
#' without sign and length restrictions.
1122-
#' @param time_type as in [`validate_slide_window_arg`]
1122+
#' @param time_type as in `validate_slide_window_arg`
11231123
#' @return [bare integerish][rlang::is_integerish] vector (with possible
11241124
#' infinite values) that produces the same result as `time_delta` when
1125-
#' multiplied by some "unit time step" for that time type and added to time
1126-
#' values of time type `time_type`. If the given time type does not support
1127-
#' infinite values, then it should produce +Inf or -Inf for analogous entries
1128-
#' of `time_delta`, and match the addition result match the addition result
1129-
#' for non-infinite entries.
1125+
#' multiplied by the "natural" "unit time delta" (not yet implemented) for
1126+
#' that time type and added to time values of time type `time_type`. If the
1127+
#' given time type does not support infinite values, then it should produce
1128+
#' +Inf or -Inf for analogous entries of `time_delta`, and match the addition
1129+
#' result match the addition result for non-infinite entries.
11301130
#'
11311131
#' @keywords internal
11321132
time_delta_to_n_steps <- function(time_delta, time_type) {

man/time_delta_to_n_steps.Rd

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

0 commit comments

Comments
 (0)