context("Testing hello() function.")
test_that("We can call the simile hello function",{
x <- c(1:100)
out1 <- hello(x)
expect_equal(out1, 3.14)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.