Nothing
# cat("\n")
# library(testthat)
context("onLoad")
test_that("onLoad works", {
# no options for dendextend yet, should be empty
dendextend:::.onLoad()
expect_identical(getOption("dendextend"), NULL)
})
test_that("dendextend_options works", {
opt <- dendextend_options()
expect_true(
!opt$warn
)
})
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.