summaryrefslogtreecommitdiff
path: root/tests/testthat/test-corplot.R
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-17 00:23:03 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-17 00:23:03 -0700
commitc9febb74dddab29b7e60488c91564796387f2785 (patch)
tree389dc3744bec3568dd2621eb9ed75ede3efb4bee /tests/testthat/test-corplot.R
parentc9155f21e709ff2d2b84f132f2e8bdf62f0078b8 (diff)
Rename corplot to heatmap
Diffstat (limited to 'tests/testthat/test-corplot.R')
-rw-r--r--tests/testthat/test-corplot.R5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testthat/test-corplot.R b/tests/testthat/test-corplot.R
deleted file mode 100644
index 2aecdc1..0000000
--- a/tests/testthat/test-corplot.R
+++ /dev/null
@@ -1,5 +0,0 @@
-test_that("returns a ggplot object", {
- x <- matrix(data = rnorm(100), nrow = 10)
- p <- corplot(x)
- inherits(p, 'ggplot')
-})