Nothing
test_that("package loads quietly", {
expect_silent(suppressPackageStartupMessages(library(peperr)))
# Ensure namespace is loaded
expect_true(isNamespaceLoaded("peperr"))
# Detach if attached (avoid side effects)
if (paste0("package:peperr") %in% search()) {
detach(paste0("package:peperr"), unload = TRUE, character.only = TRUE)
}
})
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.