Nothing
context("test-lm.R")
test_that("lm creation works", {
lapply(
50:100, function(x){
a <- random_lm(x, 18)
expect_is(a, "lm")
}
)
})
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.