context("Add Test")
# library(stringr)
test_that("result of adding is the sum", {
expect_equal(gpAdd(1,2), 3)
expect_equal(gpAdd(110,2), 112)
expect_equal(gpAdd(110,20), 130)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.