context("Retrieving dimred methods")
test_that("Retrieving dimred_methods", {
methods <- list_dimred_methods()
expect_is(methods, "list")
expect_gt(length(methods), 0)
expect_named(methods)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.