library(capeml)
testthat::test_that(
desc = "read_package_configuration returns expected object types",
code = {
expect_type(
object = capeml::read_package_configuration(),
type = "list"
)
expect_type(
object = capeml::read_package_configuration()$identifier,
type = "integer"
)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.