test_that("install NetMHCIIpan to a custom location", {
if (!is_on_ci()) return()
if (!is_url_valid()) return()
netmhc2pan_folder_name <- tempfile(pattern = "netmhc2pan_")
expect_silent(
install_netmhc2pan(
netmhc2pan_folder_name = netmhc2pan_folder_name
)
)
unlink(netmhc2pan_folder_name, recursive = TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.