Skip to content

Commit

Permalink
Revert "Merge pull request #375 from r-lib/f-272-dead-code"
Browse files Browse the repository at this point in the history
This reverts commit f7f9aa3, reversing
changes made to 23e0767.
  • Loading branch information
krlmlr committed Oct 18, 2021
1 parent fdf78f1 commit 1e95a4b
Show file tree
Hide file tree
Showing 18 changed files with 3,764 additions and 16 deletions.
8 changes: 7 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
S3method(as_tbl,data.frame)
S3method(ctl_new_compound_pillar,tbl)
S3method(ctl_new_pillar,tbl)
S3method(extra_cols,pillar_squeezed_colonnade)
S3method(format,pillar)
S3method(format,pillar_1e)
S3method(format,pillar_capital)
S3method(format,pillar_char)
S3method(format,pillar_char_attr)
S3method(format,pillar_colonnade)
S3method(format,pillar_continuation_shaft)
S3method(format,pillar_num)
S3method(format,pillar_num_attr)
Expand All @@ -18,6 +20,7 @@ S3method(format,pillar_rif_type)
S3method(format,pillar_shaft)
S3method(format,pillar_shaft_decimal)
S3method(format,pillar_shaft_simple)
S3method(format,pillar_squeezed_colonnade)
S3method(format,pillar_tbl_format_setup)
S3method(format,pillar_title)
S3method(format,pillar_type)
Expand Down Expand Up @@ -45,6 +48,7 @@ S3method(pillar_shaft,factor)
S3method(pillar_shaft,list)
S3method(pillar_shaft,logical)
S3method(pillar_shaft,numeric)
S3method(pillar_shaft,pillar_empty_col)
S3method(pillar_shaft,pillar_vctr)
S3method(pillar_shaft,pillar_vertical)
S3method(pillar_shaft,vctrs_list_of)
Expand All @@ -53,8 +57,10 @@ S3method(pillar_shaft,vctrs_vctr)
S3method(print,compound_pillar)
S3method(print,pillar)
S3method(print,pillar_1e)
S3method(print,pillar_colonnade)
S3method(print,pillar_ornament)
S3method(print,pillar_shaft)
S3method(print,pillar_squeezed_colonnade)
S3method(print,pillar_tbl_format_setup)
S3method(print,pillar_vctr)
S3method(print,pillar_vctr_attr)
Expand Down Expand Up @@ -101,6 +107,7 @@ S3method(vec_ptype_abbr,pillar_num)
S3method(vec_ptype_full,pillar_vctr)
export(align)
export(char)
export(colonnade)
export(ctl_new_compound_pillar)
export(ctl_new_pillar)
export(dim_desc)
Expand Down Expand Up @@ -145,7 +152,6 @@ import(rlang)
importFrom(fansi,strip_sgr)
importFrom(fansi,substr2_ctl)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_stop)
importFrom(utf8,utf8_width)
importFrom(utils,head)
importFrom(utils,str)
Expand Down
Loading

0 comments on commit 1e95a4b

Please sign in to comment.