Nothing
test_that("Temporal Monte Carlo works", {
# CREATE COMPARISON DATA
# Import presence data
pathpresence <- test_path("testdata", "presenceData.csv")
datapresence <- read.csv(pathpresence, header = TRUE, sep = ",", quote = '"', check.names = FALSE)
nit = 10000
score <- monteCarlo(9, 5, 6, nit, datapresence)
result = score/nit
# TEST
expect_equal(result, 0.01, tolerance = 0.01)
})
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.