Skip to content

Commit cd1dba6

Browse files
committed
fixed wrong return values
1 parent b39d804 commit cd1dba6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/print_method.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tbl_format_header.tidySummarizedExperiment <- function(x, setup, ...) {
4747
#' @aliases print
4848
#' @inherit tibble::formatting
4949
#' @return Prints a message to the console describing
50-
#' the contents of the `tidySingleCellExperiment`.
50+
#' the contents of the `tidySummarizedExperiment`.
5151
#'
5252
#' @param n_extra Number of extra columns to print abbreviated information for,
5353
#' if the width is too small for the entire tibble. If `NULL`, the default,

R/tidyr_methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ unite.SummarizedExperiment <- function(data, col, ...,
621621
#' @name separate
622622
#' @rdname separate
623623
#' @inherit tidyr::separate
624-
#' @return `tidySingleCellExperiment`
624+
#' @return `tidySummarizedExperiment`
625625
#'
626626
#' @examples
627627
#' un <- tidySummarizedExperiment::pasilla |>

man/formatting.Rd

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

man/separate.Rd

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

0 commit comments

Comments
 (0)