Nothing
test_that("calibration works", {
res = readRDS(testthat::test_path("data", "res.rds"))
fake.q = res[1:10,]
calibration.data = res[-c(1:10),]
results = calibrate_LLR(calibration.data, fake.q)
expect_snapshot(results)
})
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.