From 15dbb6d84c6f0451e5e7bcab61817285fc6ac916 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Thu, 12 Dec 2024 21:12:05 -0500 Subject: [PATCH] cruft --- inst/tinytest/test-format_tt.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/inst/tinytest/test-format_tt.R b/inst/tinytest/test-format_tt.R index 8c1771cc..f2195b35 100644 --- a/inst/tinytest/test-format_tt.R +++ b/inst/tinytest/test-format_tt.R @@ -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), @@ -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)