Skip to content

Commit e8b3bb1

Browse files
committed
mark new_col_name and names_sep as not used for optimized slide fns
1 parent 3430f0e commit e8b3bb1

File tree

4 files changed

+8
-29
lines changed

4 files changed

+8
-29
lines changed

man-roxygen/opt-slide-params.R

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
#' to provide output column names; if you want to customize the output column
1010
#' names, use [`dplyr::rename`] after the slide.
1111
#' @param as_list_col Not supported. Included to match `epi_slide` interface.
12-
#' @param new_col_name Character vector indicating the name(s) of the new
13-
#' column(s) that will contain the derivative values. Default
14-
#' is "slide_value"; note that setting `new_col_name` equal to any existing
15-
#' column names will overwrite those columns. If `names_sep` is `NULL`,
16-
#' `new_col_name` must be the same length as `col_names`.
12+
#' @param new_col_name Not supported. Included to match `epi_slide` interface.
13+
#' @param names_sep Not supported. Included to match `epi_slide` interface.

man/epi_slide_mean.Rd

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

man/epi_slide_opt.Rd

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

man/epi_slide_sum.Rd

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

0 commit comments

Comments
 (0)