Nothing
context("Test install.* functions")
if(is.windows()) {
test_that("install.URL errors on multiple exe URLs", {
expect_error(install.URL(c("https://dummy.url1", "https://dummy.url1")), "exe_URL is not a single URL")
})
}
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.