tests/testthat/test-aaa_Get_Started.R

test_that("aaa_Get_Started works", {
    obj <- evalwith(
        output = "captured",
        opts = list(browser = cat2),
        expr = x <- aaa_Get_Started(open_browser = TRUE)
    )
    url <- "https://spang-lab.github.io/metabodecon/articles/Get_Started.html"
    expect_equal(x, url)
    expect_equal(obj$output, url)
})

Try the metabodecon package in your browser

Any scripts or data that you put into this service are public.

metabodecon documentation built on Nov. 5, 2025, 7:12 p.m.