Nothing
test_that("package provides a citation", {
cit <- utils::citation("plsRglm")
# citation() returns a 'bibentry' or list of bibentry
expect_true(inherits(cit, "bibentry") || (is.list(cit) && all(vapply(cit, inherits, logical(1), "bibentry"))))
})
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.