Nothing
describe("ggseg.formats package", {
it("is an installed, documented package", {
expect_identical(
utils::packageDescription("ggseg.formats")$Package,
"ggseg.formats"
)
})
it("exports its core atlas constructors", {
constructors <- c("dk", "aseg", "tracula", "suit")
expect_true(all(vapply(
constructors,
function(f) is.function(get(f, envir = asNamespace("ggseg.formats"))),
logical(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.