Nothing
test_that(".onLoad does not modified prespecified options", {
withr::local_options(mixvlmc.predictive = "foo")
mixvlmc:::.onLoad()
expect_equal(options()$mixvlmc.predictive, "foo")
})
test_that(".onLoad sets default options", {
withr::local_options(mixvlmc.predictive = NULL)
mixvlmc:::.onLoad()
expect_equal(options()$mixvlmc.predictive, "glm")
})
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.