tests/testthat/test-ram.R

test_that("ram", {
    for (type in eval(formals(ram)[["type"]])) {
        expect_type(
            object = ram(type = type),
            type = "double"
        )
    }
})
acidgenomics/acidbase documentation built on Jan. 26, 2024, 4:26 p.m.