diff --git a/NAMESPACE b/NAMESPACE index 34cb26a..643f5f5 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -75,12 +75,6 @@ export(sample_frac) export(sample_n) export(select) export(separate) -export(slice) -export(slice_head) -export(slice_max) -export(slice_min) -export(slice_sample) -export(slice_tail) export(summarise) export(tbl_format_header) export(tidy) diff --git a/R/dplyr_methods.R b/R/dplyr_methods.R index 9d1594f..f0ed14e 100755 --- a/R/dplyr_methods.R +++ b/R/dplyr_methods.R @@ -867,7 +867,6 @@ full_join.Seurat <- function (x, y, by = NULL, copy = FALSE, suffix = c(".x", ". #' @rdname dplyr-methods #' @name slice #' -#' @export #' @examples #' #' `%>%` = magrittr::`%>%` @@ -893,8 +892,6 @@ slice.Seurat <- function (.data, ..., .by = NULL, .preserve = FALSE) } -#' @export -#' #' @rdname dplyr-methods #' @name slice_sample #' @@ -950,7 +947,6 @@ slice_sample.Seurat <- function(.data, ..., n = NULL, prop = NULL, by = NULL, we } -#' @export #' @rdname dplyr-methods #' @name slice_head #' @importFrom dplyr slice_head @@ -972,7 +968,6 @@ slice_head.Seurat <- function(.data, ..., n, prop, by = NULL) { new_obj } -#' @export #' @rdname dplyr-methods #' @name slice_tail #' @importFrom dplyr slice_tail @@ -994,7 +989,6 @@ slice_tail.Seurat <- function(.data, ..., n, prop, by = NULL) { new_obj } -#' @export #' @rdname dplyr-methods #' @name slice_min #' @importFrom dplyr slice_min @@ -1033,7 +1027,6 @@ slice_min.Seurat <- function(.data, order_by, ..., n, prop, by = NULL, with_ties new_obj } -#' @export #' @rdname dplyr-methods #' @name slice_max #' @importFrom dplyr slice_max