diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-06 14:34:31 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-06 14:34:31 -0700 |
| commit | e6f6a49b41a26b184cbdc7b3f532f3deef01031d (patch) | |
| tree | 7b7d8cad34549a6ab8ac2fd1e9a5d287ee958c32 /tests/testthat/text-heatmap.R | |
| parent | d26e218f30cc80235c170f85e368f7c361ebf1e4 (diff) | |
Fix factors
Diffstat (limited to 'tests/testthat/text-heatmap.R')
| -rw-r--r-- | tests/testthat/text-heatmap.R | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testthat/text-heatmap.R b/tests/testthat/text-heatmap.R deleted file mode 100644 index 94ea14e..0000000 --- a/tests/testthat/text-heatmap.R +++ /dev/null @@ -1,5 +0,0 @@ -test_that("returns a ggplot object", { - x <- matrix(data = rnorm(100), nrow = 10) - p <- heatmap(x) - inherits(p, 'ggplot') -}) |
