Nothing
context("https")
test_that("https is exported, not http", {
bib <- system.file("bib/Kisung_Rdpack_21.bib", package = "rbibutils")
bib_Rdpack_21 <- readBib(bib)
## bib_Rdpack_21$example - doesn't work; :TODO: should it work?
expect_true(grepl("https://arxiv.org/abs/1310.8110", bib_Rdpack_21["example"]$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.