Skip to content

Commit

Permalink
Update lifecycle badges
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jun 10, 2022
1 parent 1cffc79 commit 92c12af
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions R/multi.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#' Format multiple vectors in a tabular display
#'
#' @description
#' `r lifecycle::badge("soft-deprecated")`
#'
#' The vectors are formatted to fit horizontally into a user-supplied number of
#' characters per row.
#'
Expand Down Expand Up @@ -107,6 +109,9 @@ new_empty_col_sentinel <- function(type) {

#' Squeeze a colonnade to a fixed width
#'
#' @description
#' `r lifecycle::badge("soft-deprecated")`
#'
#' The `squeeze()` function usually doesn't need to be called manually.
#' It returns an object suitable for printing and formatting at a fixed width
#' with additional information about omitted columns, which can be retrieved
Expand Down Expand Up @@ -223,6 +228,9 @@ knit_print_squeezed_colonnade_tier <- function(x) {

#' Retrieve information about columns that didn't fit the available width
#'
#' @description
#' `r lifecycle::badge("soft-deprecated")`
#'
#' Formatting a [colonnade] object may lead to some columns being omitted
#' due to width restrictions. This method returns a character vector that
#' describes each of the omitted columns.
Expand Down
2 changes: 2 additions & 0 deletions man/colonnade.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/extra_cols.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/squeeze.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92c12af

Please sign in to comment.