Skip to content

Commit b69627c

Browse files
committed
Remove unused exports and delete obsolete test script for format_covariate_header function; update NAMESPACE accordingly.
1 parent 59e8d0d commit b69627c

File tree

3 files changed

+1
-142
lines changed

3 files changed

+1
-142
lines changed

R/tidyprint_1_utlis.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#' @importFrom purrr map2_chr
1414
#' @importFrom purrr map_int
1515
#' @importFrom dplyr if_else
16-
#' @importFrom pillar pillar___format_comment
17-
#' @importFrom pillar NBSP
1816
#' @export
1917
ctl_new_rowid_pillar.SE_print_abstraction <- function(controller, x, width, ...) {
2018
# message('attrx =', x %>% attributes())

test_header_formatting.R

Lines changed: 0 additions & 139 deletions
This file was deleted.

tests/testthat/test-header-formatting.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test_that("format_covariate_header overlays label as a continuous string", {
4949
)
5050
expect_snapshot_output(cat(result2, "\n"))
5151

52-
result3 <- format_covariate_header(
52+
result3 <- tidyprint:::format_covariate_header(
5353
separator_row = separator_row,
5454
printed_colnames = printed_colnames,
5555
covariate_names = covariate_names,

0 commit comments

Comments
 (0)