Nothing
test_that("multiplication works", {
expect_equal(2 * 2, 4)
})
library(testthat)
library(imageRy)
test_that("im.print prints the expected message", {
# Capture printed output
output <- capture.output(im.print())
# Expected message
expect_true(any(grepl("I am imageRy", output)))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.