From 975c9f00cfcd41795bf7ae186c712303f580daab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 31 Dec 2023 13:52:35 +0100 Subject: [PATCH] chore: Revert "Fix as_tibble() usage" This reverts commit 49d0b63504c4e3f77beaf2889ace12cad7d3f293. --- R/as_tibble.R | 1 - man/as_tibble.Rd | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/R/as_tibble.R b/R/as_tibble.R index ad0e7a95a..877fe81ae 100644 --- a/R/as_tibble.R +++ b/R/as_tibble.R @@ -245,7 +245,6 @@ as_tibble.table <- function(x, `_n` = "n", ..., n = `_n`, .name_repair = "check_ #' @export #' @rdname as_tibble -#' @usage \method{as_tibble}{NULL}(x, ...) as_tibble.NULL <- function(x, ...) { if (missing(x)) { deprecate_stop("3.0.0", "as_tibble(x = 'can\\'t be missing')") diff --git a/man/as_tibble.Rd b/man/as_tibble.Rd index 47cb94252..4397e3d6b 100644 --- a/man/as_tibble.Rd +++ b/man/as_tibble.Rd @@ -41,7 +41,7 @@ as_tibble( \method{as_tibble}{table}(x, `_n` = "n", ..., n = `_n`, .name_repair = "check_unique") -\method{as_tibble}{NULL}(x, ...) +\method{as_tibble}{`NULL`}(x, ...) \method{as_tibble}{default}(x, ...)