Nothing
test_that("test gpd functions accept zero samples", {
# All other features are well-tested by dist_genpareto
expect_length(rgpd(0L), 0L)
expect_length(dgpd(numeric()), 0L)
expect_length(pgpd(numeric()), 0L)
expect_length(qgpd(numeric()), 0L)
})
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.