Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 24, 2024
1 parent bd85566 commit 9f41145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion R/report_text.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 9f41145

Please sign in to comment.