Nothing
data(VCI_earthquakes_plus)
data(VCI_simulated_background_earthquakes)
out_expect<- VCI_simulated_background_earthquakes
set.seed(1)
out<-simulate_background_earthquakes(VCI_earthquakes_plus)
test_that("test simulate_background_earthquakes", {
expect_equal(out,out_expect )
})
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.