Nothing
test_that("generic utils work", {
ve_c <- version_cairo()
expect_true(ve_c > numeric_version('0'))
expect_s3_class(ve_c, "package_version")
expect_s3_class(ve_c, "numeric_version")
skip_on_cran()
expect_true(is.character(match_family("serif")))
})
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.