From d8ad3e003ef34d7adba061a2b999b4e18f7e83cc Mon Sep 17 00:00:00 2001 From: Andrea Ranzato Date: Wed, 26 Mar 2025 16:39:52 +0100 Subject: [PATCH] feat: Hard deprecate 'trunc_mat()' --- R/print.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/print.R b/R/print.R index b5e344595..b4d708872 100644 --- a/R/print.R +++ b/R/print.R @@ -102,7 +102,7 @@ format.tbl_df <- function(x, width = NULL, ..., n = NULL, max_extra_cols = NULL, #' @export #' @keywords internal trunc_mat <- function(x, n = NULL, width = NULL, n_extra = NULL) { - deprecate_soft("3.1.0", "tibble::trunc_mat()", + deprecate_stop("3.3.0", "tibble::trunc_mat()", details = "Printing has moved to the pillar package." )