context("loading of package")
test_that("default options are set when package is loaded", {
detach("package:sgdnet")
library("sgdnet")
expect_equal(getOption("sgdnet.debug"), FALSE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.