Nothing
test_that("get_param_dirs", {
skip_paths()
facts_file <- get_facts_file_example("contin.facts")
exp <- c(
"acc1_drop1_resp1",
"acc1_drop1_resp2",
"acc2_drop1_resp1",
"acc2_drop1_resp2"
)
out <- run_flfll(facts_file, verbose = FALSE)
dirs <- get_param_dirs(out)
expect_true(all(file.exists(dirs)))
expect_equal(sort(basename(dirs)), paste0(sort(exp), "_params"))
})
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.