Nothing
context("SSL")
test_that("SSL certificates verified as expected", {
skip_on_cran()
expect_equal(status_code(GET("https://google.com")), 200L)
expect_equal(status_code(GET("https://firefox.com")), 200L)
})
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.