Nothing
test_that("reflection works", {
skip_on_cran() # snot really a problem, if not working. also obvious, if buggy. slow.
util_load_manual()
expect("titles" %in% names(..manual),
failure_message = "load manual did not read titles")
expect_true(
any(
vapply(
mget(ls(.indicator_or_descriptor),
envir = .indicator_or_descriptor), identity,
FUN.VALUE = logical(1))), info = "Any Indicator in Package")
})
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.