Nothing
test_that("model fitting", {
skip_if_not(TEST_MODEL_FITTING)
with_parallel({
model <- "LARSModel"
expect_error(test_model_binary(model))
expect_error(test_model_factor(model))
expect_output(test_model_numeric(model))
expect_error(test_model_ordered(model))
expect_error(test_model_Surv(model))
})
})
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.