Nothing
test_that("support gives the correct bounds", {
s <- support(c(dist_normal(),
dist_gamma(1, 1),
dist_gamma(2, 1),
dist_lognormal(),
dist_beta(1, 1),
dist_beta(1, 2),
dist_beta(2, 1),
dist_beta(2, 2),
exp(dist_wrap('norm')),
2*atan(dist_normal())))
out <- unname(format(s))
expect_equal(out, c("R","[0,Inf)","(0,Inf)","(0,Inf)","[0,1]","[0,1)","(0,1]","(0,1)","(0,Inf)","(-pi,pi)"))
})
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.