Skip to content

Commit 22520b5

Browse files
remove heatmaply
not ready for prime-time yet
1 parent a7cfd07 commit 22520b5

File tree

3 files changed

+0
-55
lines changed

3 files changed

+0
-55
lines changed

tests/testthat/test-theme.R

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ test_that("render gt", {
3131
})
3232

3333

34-
test_that("render heatmaply", {
35-
skip_if_no_quarto()
36-
quarto_render("theme/heatmaply.qmd", quiet = TRUE)
37-
expect_true(file.exists("theme/heatmaply.html"))
38-
unlink("theme/heatmaply.html")
39-
})
40-
41-
4234
test_that("render plotly-r", {
4335
skip_if_no_quarto()
4436
quarto_render("theme/plotly-r.qmd", quiet = TRUE)

tests/testthat/theme/heatmaply.qmd

Lines changed: 0 additions & 27 deletions
This file was deleted.

vignettes/theme-helpers.qmd

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -110,26 +110,6 @@ gt(islands_tbl) |> green_black_theme()
110110
```
111111

112112

113-
## heatmaply
114-
115-
Demonstrates a heatmaply interactive heatmap with an off-white background and blue foreground.
116-
117-
118-
119-
```{r}
120-
#| echo: false
121-
#| warning: false
122-
library(heatmaply)
123-
library(quarto)
124-
125-
offwhite_blue_theme <- theme_colors_plotly("#f4f4f7", "#2063b5")
126-
127-
fig <- heatmaply(mtcars, k_row = 3, k_col = 2)
128-
129-
fig |> offwhite_blue_theme()
130-
```
131-
132-
133113
## plotly
134114

135115
Demonstrates a heatmaply interactive heatmap with a dark green background background and light blue foreground.

0 commit comments

Comments
 (0)