data(bank)
out <- Multiserver(Arrivals =bank$arrival_time, ServiceTimes = bank$service_time, NumServers = 1)
test_that("Multiserver works", {
expect_equal(dim(out), c(100, 4))
expect_error(with(bank, Multiserver(arrival_time, service_time, -1)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.