Nothing
test_that('advanced BetaDanish functions run on example data', {
skip_on_cran()
data('remission', package = 'BetaDanish')
fit <- fit_betadanish(survival::Surv(time, status) ~ 1, data = remission, n_starts = 1)
expect_s3_class(fit, 'betadanish')
rep <- report_betadanish(fit)
expect_s3_class(rep, 'betadanish_report')
expect_true(is.list(rep))
})
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.