library(helloIMR)
context("The only test")
test_that("Output is correct", {
expect_equal(helloIMR_function("BERGEN"), "Hello from IMR Bergen!")
expect_equal(helloIMR_function(), "Hello from IMR Bergen!")
expect_equal(helloIMR_function("TROMSO"), "Hello from IMR!")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.