context("test-geomtimeline")
test_that("Checking the GeomTimeline", {
# Checking the class of GeomTimeline.
expect_is(GeomTimeline, "Geom")
expect_is(GeomTimeline, "ggproto")
expect_is(GeomTimeline, "gg")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.