Skip to content

Commit

Permalink
cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 13, 2024
1 parent df8d957 commit 15dbb6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions inst/tinytest/test-format_tt.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ expect_true(grepl("IQ==", x))


# Website scaling example
pkgload::load_all()
thumbdrives <- data.frame(
date_lookup = as.Date(c("2024-01-15", "2024-01-18", "2024-01-14", "2024-01-16")),
price = c(18.49, 19.99, 24.99, 24.99),
Expand All @@ -212,8 +211,6 @@ tab <- tt(thumbdrives) |>
format_tt(j = 5, fn = scales::label_percent()) |>
format_tt(escape = TRUE) |>
print("dataframe")
tab

expect_true("$18.49" %in% tab$price)
expect_true("16 GB" %in% tab$memory)
expect_true("99%" %in% tab$speed_benchmark)
Expand Down

0 comments on commit 15dbb6d

Please sign in to comment.