Nothing
## This file is part of the IntervalQuestionStat package for R
## Tests for as.IntervalData() function
test_that("as.IntervalData works", {
expect_equal(as.IntervalData(1), IntervalData(1, 1))
})
test_that("as.IntervalData does not work", {
expect_error(as.IntervalData(c(1, 2)))
})
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.