Nothing
# library(testthat)
# library(dendextend)
context("rainbow_fun")
test_that("rainbow_fun works", {
dend <- as.dendrogram(hclust(dist(mtcars)))
# if colorspace not installed
expect_no_error(with_mock(
requireNamespace = function(...) FALSE,
rainbow_fun(1)
))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.