test_that("use", {
expect_silent(is_url_valid())
})
test_that("be verbose", {
if (!is_on_travis())
expect_message(
is_url_valid(
netmhcpan_bin_url = "invalid",
verbose = TRUE
),
"netmhcpan_bin_url"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.