Skip to content

Commit 928cbe7

Browse files
committed
redocument to get pkgdown to build
1 parent dc5c7ac commit 928cbe7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

R/step_climate.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ print.step_climate <- function(x, width = max(20, options()$width - 30), ...) {
346346
#' the aggregation
347347
#' @param modulus the maximum value of `.idx`
348348
#' @importFrom lubridate %m-%
349+
#' @keywords internal
349350
roll_modular_multivec <- function(col, .idx, weights, aggr, window_size, modulus) {
350351
tib <- tibble(col = col, weights = weights, .idx = .idx) |>
351352
arrange(.idx) |>

man/roll_modular_multivec.Rd

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

man/step_adjust_latency.Rd

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

0 commit comments

Comments
 (0)