Nothing
test_that("package loads and has a namespace", {
expect_silent(library(plsRglm))
expect_true("plsRglm" %in% loadedNamespaces())
ns <- asNamespace("plsRglm")
expect_true(is.environment(ns))
})
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.