Nothing
test_that("pp.weibull", {
describe("pp.weibull function", {
it("should throw an error if length of output differs from length of input", {
data <- c(1, 2, 3)
result <- pp.weibull(data)
expect_equal(length(data), length(result))
})
})
})
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.