Skip to content

Commit 093f95a

Browse files
committed
don't export as_slide_computation
1 parent 920fbd7 commit 093f95a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export(archive_cases_dv_subset)
3232
export(arrange)
3333
export(as_epi_archive)
3434
export(as_epi_df)
35-
export(as_slide_computation)
3635
export(as_tsibble)
3736
export(detect_outlr)
3837
export(detect_outlr_rm)

R/utils.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ assert_sufficient_f_args <- function(f, ..., n_mandatory_f_args = 2L) {
214214
#'
215215
#' @param env Environment in which to fetch the function in case `x`
216216
#' is a string.
217-
#' @export
218217
#' @inheritParams rlang::args_dots_empty
219218
#' @inheritParams rlang::args_error_context
220219
#' @examples

0 commit comments

Comments
 (0)