Nothing
test_that("The function is verbose", {
expect_snapshot(checkMaxentInstallation(verbose = TRUE))
})
test_that("The function output a silent logical", {
expect_true(
is.logical(expect_silent(checkMaxentInstallation(verbose = FALSE))))
})
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.