diff --git a/DESCRIPTION b/DESCRIPTION index 60fb4df6..98709fda 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -150,4 +150,4 @@ Collate: 'utils_grouped_df.R' 'zzz.R' Roxygen: list(markdown = TRUE) -Remotes: easystats/insight +Remotes: easystats/insight, easystats/datawizard, easystats/parameters, easystats/performance diff --git a/R/report_text.R b/R/report_text.R index 7b29e9ba..2c7faa9b 100644 --- a/R/report_text.R +++ b/R/report_text.R @@ -103,6 +103,6 @@ summary.report_text <- function(object, ...) { #' @export print.report_text <- function(x, width = NULL, ...) { - x <- datawizard::format_text(as.character(x), width = width, ...) + x <- datawizard::text_format(as.character(x), width = width, ...) cat(x) }