From c9febb74dddab29b7e60488c91564796387f2785 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 17 Jun 2026 00:23:03 -0700 Subject: Rename corplot to heatmap --- tests/testthat/text-heatmap.R | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/testthat/text-heatmap.R (limited to 'tests/testthat/text-heatmap.R') diff --git a/tests/testthat/text-heatmap.R b/tests/testthat/text-heatmap.R new file mode 100644 index 0000000..94ea14e --- /dev/null +++ b/tests/testthat/text-heatmap.R @@ -0,0 +1,5 @@ +test_that("returns a ggplot object", { + x <- matrix(data = rnorm(100), nrow = 10) + p <- heatmap(x) + inherits(p, 'ggplot') +}) -- cgit v1.2.3