Nothing
test_that("loadAllNamespace() works", {
expect_message(loadAllNamespace("magrittr", warn.conflicts = FALSE), NA)
detach("package:magrittr")
# should throw at least 1 message
muffle(expect_message(loadAllNamespace("magrittr")))
detach("package:magrittr")
})
# lintr thinks there isn't a terminal line here?
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.