context("test-getupdates")
test_that("can get updates", {
skip_if_offline()
skip_if(!login())
updates <- getUpdates()
expect_true(length(updates) > 0)
expect_true("matches" %in% names(updates))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.