Nothing
test_that("The function provides the expected output", {
model <- SDMtune:::bm_maxnet_cv
combined_model <- combineCV(model)
expect_s4_class(combined_model, "SDMmodel")
expect_equal(model@data, combined_model@data)
})
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.