context("viruses")
test_that("", {
skip_on_cran()
data(viruses)
expect_true(class(viruses$CreationDate) == 'Date')
expect_true(class(viruses$ModificationDate) == 'Date')
expect_true(all(viruses$ModificationDate < "2021-01-01"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.