Nothing
test_that("generate_pub_obj generates a publication object", {
pub_obj <- generate_pub_obj("test_2001", "techreport")
expect_true(is.character(pub_obj))
})
test_that("generate_fixef_model generates fixed effects model text", {
fixef <- generate_fixef_model()
expect_true(is.character(fixef))
})
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.