context("All tests for HW2")
test_that("testing c", {
expect_equal(c, "correct_answer!" )
})
test_that("testing d", {
expect_equal(d, 2)
})
test_that("testing e", {
expect_equal(e,100)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.