Nothing
# cml02a_gl ----
test_that("cml02a_gl works with adcm dataset", {
expect_silent(res <- run(cml02a_gl, syn_data))
expect_snapshot(cat(export_as_txt(res, lpp = 100, cpp = 110)))
})
test_that("cml02a_gl works with missing data", {
skip_on_os("windows")
proc_data <- syn_data
proc_data$adcm$ATC2 <- NA_character_
expect_silent(res <- run(cml02a_gl, proc_data))
expect_snapshot(cat(export_as_txt(res, lpp = 100, cpp = 110)))
})
# cml02a_gl functions ----
test_that("cml02a_gl functions work as expected", {
skip_on_os("windows")
expect_silent(
res <- cml02a_gl_pre(syn_data) %>%
cml02a_gl_main()
)
expect_snapshot(cat(export_as_txt(res, lpp = 100, cpp = 110)))
})
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.